Shades of Rust #A12A01
Tints of Rust #A12A01
RGB
CMYK
RGB Variations
Color information
#A12A01 (or 0xA12A01) is known color: Rust. HEX triplet: A1, 2A and 01. RGB value is (161,42,1). Sum of RGB (Red+Green+Blue) = 161+42+1=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12A01 is #5ED5FE. Grayscale: #494949. Windows color (decimal): -6215167 or 76449. OLE color: 76449.
HSL color Cylindrical-coordinate representation of color #A12A01: hue angle of 15.38º degrees, saturation: 0.99, 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 #A12A01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.37 |
| HSL | 15.38º | 0.99% | 0.32% | - |
| HSV(B) | 15.38º | 0.99% | 0.63% | - |
| XYZ | 15.53 | 9.24 | 0.99 | - |
| YUV | 72.91 | 87.42 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 1 | 0 | 0.74 | 0.99 | 0.37 | 15.38 | 0.99 | 0.32 |
| Hex | A1 | 2A | 1 | 0 | 4A | 63 | 25 | F | 63 | 20 |
| Octal | 241 | 52 | 1 | 0 | 112 | 143 | 45 | 17 | 143 | 40 |
| Binary | 10100001 | 101010 | 1 | 0 | 1001010 | 1100011 | 100101 | 1111 | 1100011 | 100000 |
Color Harmonies of #A12A01
Complementary color
Monochromatic Colors of #A12A01
Black with #A12A01
Text Example
Text Example
White with #A12A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A01; }
p { color: rgb(161,42,1); }
H1.HeaderClassName
{
color: #A12A01;
}
.AnyTagClassName
{
color: #A12A01;
}
</style>
background-color css
<style>
a { background-color: #A12A01; }
a { background-color: rgb(161,42,1); }
div.DivClassName
{
background-color: #A12A01;
}
.BgClassName
{
background-color: #A12A01;
}
</style>
border-color css
<style>
span { border-color: #A12A01; }
span { border-color: rgb(161,42,1); }
td.TdClassName
{
border-color: #A12A01;
}
.TagClassName
{
border-color: #A12A01;
}
</style>