Shades of Rust #A12F10
Tints of Rust #A12F10
RGB
CMYK
RGB Variations
Color information
#A12F10 (or 0xA12F10) is known color: Rust. HEX triplet: A1, 2F and 10. RGB value is (161,47,16). Sum of RGB (Red+Green+Blue) = 161+47+16=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12F10 is #5ED0EF. Grayscale: #4D4D4D. Windows color (decimal): -6213872 or 1060769. OLE color: 1060769.
HSL color Cylindrical-coordinate representation of color #A12F10: hue angle of 12.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A12F10 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 16 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.37 |
| HSL | 12.83º | 0.82% | 0.35% | - |
| HSV(B) | 12.83º | 0.9% | 0.63% | - |
| XYZ | 15.81 | 9.65 | 1.52 | - |
| YUV | 77.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 16 | 0 | 0.71 | 0.90 | 0.37 | 12.83 | 0.82 | 0.35 |
| Hex | A1 | 2F | 10 | 0 | 47 | 5A | 25 | D | 52 | 23 |
| Octal | 241 | 57 | 20 | 0 | 107 | 132 | 45 | 15 | 122 | 43 |
| Binary | 10100001 | 101111 | 10000 | 0 | 1000111 | 1011010 | 100101 | 1101 | 1010010 | 100011 |
Color Harmonies of #A12F10
Complementary color
Monochromatic Colors of #A12F10
Black with #A12F10
Text Example
Text Example
White with #A12F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F10; }
p { color: rgb(161,47,16); }
H1.HeaderClassName
{
color: #A12F10;
}
.AnyTagClassName
{
color: #A12F10;
}
</style>
background-color css
<style>
a { background-color: #A12F10; }
a { background-color: rgb(161,47,16); }
div.DivClassName
{
background-color: #A12F10;
}
.BgClassName
{
background-color: #A12F10;
}
</style>
border-color css
<style>
span { border-color: #A12F10; }
span { border-color: rgb(161,47,16); }
td.TdClassName
{
border-color: #A12F10;
}
.TagClassName
{
border-color: #A12F10;
}
</style>