Shades of Rust #A12F09
Tints of Rust #A12F09
RGB
CMYK
RGB Variations
Color information
#A12F09 (or 0xA12F09) is known color: Rust. HEX triplet: A1, 2F and 09. RGB value is (161,47,9). Sum of RGB (Red+Green+Blue) = 161+47+9=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12F09 is #5ED0F6. Grayscale: #4D4D4D. Windows color (decimal): -6213879 or 602017. OLE color: 602017.
HSL color Cylindrical-coordinate representation of color #A12F09: hue angle of 15º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A12F09 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 9 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.37 |
| HSL | 15º | 0.89% | 0.33% | - |
| HSV(B) | 15º | 0.94% | 0.63% | - |
| XYZ | 15.76 | 9.63 | 1.29 | - |
| YUV | 76.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 9 | 0 | 0.71 | 0.94 | 0.37 | 15 | 0.89 | 0.33 |
| Hex | A1 | 2F | 9 | 0 | 47 | 5E | 25 | F | 59 | 21 |
| Octal | 241 | 57 | 11 | 0 | 107 | 136 | 45 | 17 | 131 | 41 |
| Binary | 10100001 | 101111 | 1001 | 0 | 1000111 | 1011110 | 100101 | 1111 | 1011001 | 100001 |
Color Harmonies of #A12F09
Complementary color
Monochromatic Colors of #A12F09
Black with #A12F09
Text Example
Text Example
White with #A12F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F09; }
p { color: rgb(161,47,9); }
H1.HeaderClassName
{
color: #A12F09;
}
.AnyTagClassName
{
color: #A12F09;
}
</style>
background-color css
<style>
a { background-color: #A12F09; }
a { background-color: rgb(161,47,9); }
div.DivClassName
{
background-color: #A12F09;
}
.BgClassName
{
background-color: #A12F09;
}
</style>
border-color css
<style>
span { border-color: #A12F09; }
span { border-color: rgb(161,47,9); }
td.TdClassName
{
border-color: #A12F09;
}
.TagClassName
{
border-color: #A12F09;
}
</style>