#A02A0C

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

Shades of Rust #A02A0C

Tints of Rust #A02A0C

Color information

#A02A0C (or 0xA02A0C) is unknown color: approx Rust. HEX triplet: A0, 2A and 0C. RGB value is (160,42,12). Sum of RGB (Red+Green+Blue) = 160+42+12=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A0C is #5FD5F3. Grayscale: #4A4A4A. Windows color (decimal): -6280692 or 797344. OLE color: 797344.

HSL color Cylindrical-coordinate representation of color #A02A0C: hue angle of 12.16º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A02A0C is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1604212-
CMYK00.740.930.37
HSL12.16º86.05%33.73%-
HSV(B)12.16º92.5%62.75%-
XYZ15.399.161.3-
YUV73.8693.09189.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.77%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 12 (5.08% from 255) = 5.61%
R=74.77%
G=19.63%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160421200.740.930.3712.1686.0533.73
HexA02AC04A5D25c5622
Octal24052140112135451412642
Binary10100000101010110001001010101110110010111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A0C; }

 p { color: rgb(160,42,12); }

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

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

 a { background-color: rgb(160,42,12); }

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

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

 span { border-color: rgb(160,42,12); }

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