Shades of Rust #A12A02
Tints of Rust #A12A02
RGB
CMYK
RGB Variations
Color information
#A12A02 (or 0xA12A02) is known color: 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
| RGB | 161 | 42 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.37 |
| HSL | 15.09º | 0.98% | 0.32% | - |
| HSV(B) | 15.09º | 0.99% | 0.63% | - |
| XYZ | 15.54 | 9.24 | 1.02 | - |
| YUV | 73.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 2 | 0 | 0.74 | 0.99 | 0.37 | 15.09 | 0.98 | 0.32 |
| Hex | A1 | 2A | 2 | 0 | 4A | 63 | 25 | F | 62 | 20 |
| Octal | 241 | 52 | 2 | 0 | 112 | 143 | 45 | 17 | 142 | 40 |
| Binary | 10100001 | 101010 | 10 | 0 | 1001010 | 1100011 | 100101 | 1111 | 1100010 | 100000 |
Color Harmonies of #A12A02
Complementary color
Monochromatic Colors of #A12A02
Black with #A12A02
Text Example
Text Example
White with #A12A02
Text Example
Text Example
HTML Codes & Css Web 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>