Shades of Rust #A12900
Tints of Rust #A12900
RGB
CMYK
RGB Variations
Color information
#A12900 (or 0xA12900) is known color: Rust. HEX triplet: A1, 29 and 00. RGB value is (161,41,0). Sum of RGB (Red+Green+Blue) = 161+41+0=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A12900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12900 is #5ED6FF. Grayscale: #484848. Windows color (decimal): -6215424 or 10657. OLE color: 10657.
HSL color Cylindrical-coordinate representation of color #A12900: hue angle of 15.28º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A12900 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.37 |
| HSL | 15.28º | 1% | 0.32% | - |
| HSV(B) | 15.28º | 1% | 0.63% | - |
| XYZ | 15.49 | 9.16 | 0.95 | - |
| YUV | 72.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 0 | 0 | 0.75 | 1 | 0.37 | 15.28 | 1 | 0.32 |
| Hex | A1 | 29 | 0 | 0 | 4B | 64 | 25 | F | 64 | 20 |
| Octal | 241 | 51 | 0 | 0 | 113 | 144 | 45 | 17 | 144 | 40 |
| Binary | 10100001 | 101001 | 0 | 0 | 1001011 | 1100100 | 100101 | 1111 | 1100100 | 100000 |
Color Harmonies of #A12900
Complementary color
Monochromatic Colors of #A12900
Black with #A12900
Text Example
Text Example
White with #A12900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12900; }
p { color: rgb(161,41,0); }
H1.HeaderClassName
{
color: #A12900;
}
.AnyTagClassName
{
color: #A12900;
}
</style>
background-color css
<style>
a { background-color: #A12900; }
a { background-color: rgb(161,41,0); }
div.DivClassName
{
background-color: #A12900;
}
.BgClassName
{
background-color: #A12900;
}
</style>
border-color css
<style>
span { border-color: #A12900; }
span { border-color: rgb(161,41,0); }
td.TdClassName
{
border-color: #A12900;
}
.TagClassName
{
border-color: #A12900;
}
</style>