#A4360B

Color #A4360B Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A4360B

Tints of Rust #A4360B

Color information

#A4360B (or 0xA4360B) is unknown color: approx Rust. HEX triplet: A4, 36 and 0B. RGB value is (164,54,11). Sum of RGB (Red+Green+Blue) = 164+54+11=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A4360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4360B is #5BC9F4. Grayscale: #525252. Windows color (decimal): -6015477 or 734884. OLE color: 734884.

HSL color Cylindrical-coordinate representation of color #A4360B: hue angle of 16.86º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4360B is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1645411-
CMYK00.670.930.36
HSL16.86º87.43%34.31%-
HSV(B)16.86º93.29%64.31%-
XYZ16.6910.561.47-
YUV81.9987.94186.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 71.62%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 11 (4.69% from 255) = 4.80%
R=71.62%
G=23.58%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164541100.670.930.3616.8687.4334.31
HexA436B0435D24115722
Octal24466130103135442112742
Binary101001001101101011010000111011101100100100011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4360B; }

 p { color: rgb(164,54,11); }

 H1.HeaderClassName
 {
   color: #A4360B;
 }
 .AnyTagClassName
 {
   color: #A4360B;
 }
</style>
background-color css

<style>
 a { background-color: #A4360B; }

 a { background-color: rgb(164,54,11); }

 div.DivClassName
 {
   background-color: #A4360B;
 }
 .BgClassName
 {
   background-color: #A4360B;
 }
</style>
border-color css

<style>
 span { border-color: #A4360B; }

 span { border-color: rgb(164,54,11); }

 td.TdClassName
 {
   border-color: #A4360B;
 }
 .TagClassName
 {
   border-color: #A4360B;
 }
</style>