#A12A02

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

Shades of Rust #A12A02

Tints of Rust #A12A02

Color information

#A12A02 (or 0xA12A02) is unknown color: approx Rust. HEX triplet: A1, 2A and 02. RGB value is (161,42,2). Sum of RGB (Red+Green+Blue) = 161+42+2=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12A02 is #5ED5FD. Grayscale: #494949. Windows color (decimal): -6215166 or 141985. OLE color: 141985.

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

Color convert

RGB161422-
CMYK00.740.990.37
HSL15.09º97.55%31.96%-
HSV(B)15.09º98.76%63.14%-
XYZ15.549.241.02-
YUV73.0287.92190.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.54%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=78.54%
G=20.49%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16142200.740.990.3715.0997.5531.96
HexA12A204A6325f6220
Octal2415220112143451714240
Binary101000011010101001001010110001110010111111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A02; }

 p { color: rgb(161,42,2); }

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

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

 a { background-color: rgb(161,42,2); }

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

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

 span { border-color: rgb(161,42,2); }

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