Shades of Rust #A12F08
Tints of Rust #A12F08
RGB
CMYK
RGB Variations
Color information
#A12F08 (or 0xA12F08) is known color: Rust. HEX triplet: A1, 2F and 08. RGB value is (161,47,8). Sum of RGB (Red+Green+Blue) = 161+47+8=216 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.54% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12F08 is #5ED0F7. Grayscale: #4C4C4C. Windows color (decimal): -6213880 or 536481. OLE color: 536481.
HSL color Cylindrical-coordinate representation of color #A12F08: hue angle of 15.29º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A12F08 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 8 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.37 |
| HSL | 15.29º | 0.91% | 0.33% | - |
| HSV(B) | 15.29º | 0.95% | 0.63% | - |
| XYZ | 15.76 | 9.63 | 1.26 | - |
| YUV | 76.64 | 89.27 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 8 | 0 | 0.71 | 0.95 | 0.37 | 15.29 | 0.91 | 0.33 |
| Hex | A1 | 2F | 8 | 0 | 47 | 5F | 25 | F | 5B | 21 |
| Octal | 241 | 57 | 10 | 0 | 107 | 137 | 45 | 17 | 133 | 41 |
| Binary | 10100001 | 101111 | 1000 | 0 | 1000111 | 1011111 | 100101 | 1111 | 1011011 | 100001 |
Color Harmonies of #A12F08
Complementary color
Monochromatic Colors of #A12F08
Black with #A12F08
Text Example
Text Example
White with #A12F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F08; }
p { color: rgb(161,47,8); }
H1.HeaderClassName
{
color: #A12F08;
}
.AnyTagClassName
{
color: #A12F08;
}
</style>
background-color css
<style>
a { background-color: #A12F08; }
a { background-color: rgb(161,47,8); }
div.DivClassName
{
background-color: #A12F08;
}
.BgClassName
{
background-color: #A12F08;
}
</style>
border-color css
<style>
span { border-color: #A12F08; }
span { border-color: rgb(161,47,8); }
td.TdClassName
{
border-color: #A12F08;
}
.TagClassName
{
border-color: #A12F08;
}
</style>