#A2420C

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

Shades of Rust #A2420C

Tints of Rust #A2420C

Color information

#A2420C (or 0xA2420C) is unknown color: approx Rust. HEX triplet: A2, 42 and 0C. RGB value is (162,66,12). Sum of RGB (Red+Green+Blue) = 162+66+12=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2420C is #5DBDF3. Grayscale: #585858. Windows color (decimal): -6143476 or 803490. OLE color: 803490.

HSL color Cylindrical-coordinate representation of color #A2420C: hue angle of 21.6º degrees, saturation: 0.86, 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 #A2420C is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1626612-
CMYK00.590.930.36
HSL21.6º86.21%34.12%-
HSV(B)21.6º92.59%63.53%-
XYZ16.9111.61.7-
YUV88.5584.8180.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 12 (5.08% from 255) = 5%
R=67.5%
G=27.5%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162661200.590.930.3621.686.2134.12
HexA242C03B5D24165622
Octal24210214073135442612642
Binary101000101000010110001110111011101100100101101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2420C; }

 p { color: rgb(162,66,12); }

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

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

 a { background-color: rgb(162,66,12); }

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

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

 span { border-color: rgb(162,66,12); }

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