Shades of Rust #A12B06
Tints of Rust #A12B06
RGB
CMYK
RGB Variations
Color information
#A12B06 (or 0xA12B06) is known color: Rust. HEX triplet: A1, 2B and 06. RGB value is (161,43,6). Sum of RGB (Red+Green+Blue) = 161+43+6=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12B06 is #5ED4F9. Grayscale: #4A4A4A. Windows color (decimal): -6214906 or 404385. OLE color: 404385.
HSL color Cylindrical-coordinate representation of color #A12B06: hue angle of 14.32º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A12B06 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 43 | 6 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.37 |
| HSL | 14.32º | 0.93% | 0.33% | - |
| HSV(B) | 14.32º | 0.96% | 0.63% | - |
| XYZ | 15.59 | 9.32 | 1.15 | - |
| YUV | 74.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 6 | 0 | 0.73 | 0.96 | 0.37 | 14.32 | 0.93 | 0.33 |
| Hex | A1 | 2B | 6 | 0 | 49 | 60 | 25 | E | 5D | 21 |
| Octal | 241 | 53 | 6 | 0 | 111 | 140 | 45 | 16 | 135 | 41 |
| Binary | 10100001 | 101011 | 110 | 0 | 1001001 | 1100000 | 100101 | 1110 | 1011101 | 100001 |
Color Harmonies of #A12B06
Complementary color
Monochromatic Colors of #A12B06
Black with #A12B06
Text Example
Text Example
White with #A12B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12B06; }
p { color: rgb(161,43,6); }
H1.HeaderClassName
{
color: #A12B06;
}
.AnyTagClassName
{
color: #A12B06;
}
</style>
background-color css
<style>
a { background-color: #A12B06; }
a { background-color: rgb(161,43,6); }
div.DivClassName
{
background-color: #A12B06;
}
.BgClassName
{
background-color: #A12B06;
}
</style>
border-color css
<style>
span { border-color: #A12B06; }
span { border-color: rgb(161,43,6); }
td.TdClassName
{
border-color: #A12B06;
}
.TagClassName
{
border-color: #A12B06;
}
</style>