Shades of Rust #A12902
Tints of Rust #A12902
RGB
CMYK
RGB Variations
Color information
#A12902 (or 0xA12902) is known color: Rust. HEX triplet: A1, 29 and 02. RGB value is (161,41,2). Sum of RGB (Red+Green+Blue) = 161+41+2=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A12902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12902 is #5ED6FD. Grayscale: #484848. Windows color (decimal): -6215422 or 141729. OLE color: 141729.
HSL color Cylindrical-coordinate representation of color #A12902: hue angle of 14.72º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A12902 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.37 |
| HSL | 14.72º | 0.98% | 0.32% | - |
| HSV(B) | 14.72º | 0.99% | 0.63% | - |
| XYZ | 15.5 | 9.17 | 1.01 | - |
| YUV | 72.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 2 | 0 | 0.75 | 0.99 | 0.37 | 14.72 | 0.98 | 0.32 |
| Hex | A1 | 29 | 2 | 0 | 4B | 63 | 25 | F | 62 | 20 |
| Octal | 241 | 51 | 2 | 0 | 113 | 143 | 45 | 17 | 142 | 40 |
| Binary | 10100001 | 101001 | 10 | 0 | 1001011 | 1100011 | 100101 | 1111 | 1100010 | 100000 |
Color Harmonies of #A12902
Complementary color
Monochromatic Colors of #A12902
Black with #A12902
Text Example
Text Example
White with #A12902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12902; }
p { color: rgb(161,41,2); }
H1.HeaderClassName
{
color: #A12902;
}
.AnyTagClassName
{
color: #A12902;
}
</style>
background-color css
<style>
a { background-color: #A12902; }
a { background-color: rgb(161,41,2); }
div.DivClassName
{
background-color: #A12902;
}
.BgClassName
{
background-color: #A12902;
}
</style>
border-color css
<style>
span { border-color: #A12902; }
span { border-color: rgb(161,41,2); }
td.TdClassName
{
border-color: #A12902;
}
.TagClassName
{
border-color: #A12902;
}
</style>