Shades of Rust #A12809
Tints of Rust #A12809
RGB
CMYK
RGB Variations
Color information
#A12809 (or 0xA12809) is known color: Rust. HEX triplet: A1, 28 and 09. RGB value is (161,40,9). Sum of RGB (Red+Green+Blue) = 161+40+9=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A12809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12809 is #5ED7F6. Grayscale: #484848. Windows color (decimal): -6215671 or 600225. OLE color: 600225.
HSL color Cylindrical-coordinate representation of color #A12809: hue angle of 12.24º 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 #A12809 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 9 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.37 |
| HSL | 12.24º | 0.89% | 0.33% | - |
| HSV(B) | 12.24º | 0.94% | 0.63% | - |
| XYZ | 15.51 | 9.11 | 1.2 | - |
| YUV | 72.65 | 92.09 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 9 | 0 | 0.75 | 0.94 | 0.37 | 12.24 | 0.89 | 0.33 |
| Hex | A1 | 28 | 9 | 0 | 4B | 5E | 25 | C | 59 | 21 |
| Octal | 241 | 50 | 11 | 0 | 113 | 136 | 45 | 14 | 131 | 41 |
| Binary | 10100001 | 101000 | 1001 | 0 | 1001011 | 1011110 | 100101 | 1100 | 1011001 | 100001 |
Color Harmonies of #A12809
Complementary color
Monochromatic Colors of #A12809
Black with #A12809
Text Example
Text Example
White with #A12809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12809; }
p { color: rgb(161,40,9); }
H1.HeaderClassName
{
color: #A12809;
}
.AnyTagClassName
{
color: #A12809;
}
</style>
background-color css
<style>
a { background-color: #A12809; }
a { background-color: rgb(161,40,9); }
div.DivClassName
{
background-color: #A12809;
}
.BgClassName
{
background-color: #A12809;
}
</style>
border-color css
<style>
span { border-color: #A12809; }
span { border-color: rgb(161,40,9); }
td.TdClassName
{
border-color: #A12809;
}
.TagClassName
{
border-color: #A12809;
}
</style>