Shades of Rust #A12908
Tints of Rust #A12908
RGB
CMYK
RGB Variations
Color information
#A12908 (or 0xA12908) is known color: Rust. HEX triplet: A1, 29 and 08. RGB value is (161,41,8). Sum of RGB (Red+Green+Blue) = 161+41+8=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A12908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12908 is #5ED6F7. Grayscale: #494949. Windows color (decimal): -6215416 or 534945. OLE color: 534945.
HSL color Cylindrical-coordinate representation of color #A12908: hue angle of 12.94º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A12908 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 8 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.37 |
| HSL | 12.94º | 0.91% | 0.33% | - |
| HSV(B) | 12.94º | 0.95% | 0.63% | - |
| XYZ | 15.53 | 9.18 | 1.18 | - |
| YUV | 73.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 8 | 0 | 0.75 | 0.95 | 0.37 | 12.94 | 0.91 | 0.33 |
| Hex | A1 | 29 | 8 | 0 | 4B | 5F | 25 | D | 5B | 21 |
| Octal | 241 | 51 | 10 | 0 | 113 | 137 | 45 | 15 | 133 | 41 |
| Binary | 10100001 | 101001 | 1000 | 0 | 1001011 | 1011111 | 100101 | 1101 | 1011011 | 100001 |
Color Harmonies of #A12908
Complementary color
Monochromatic Colors of #A12908
Black with #A12908
Text Example
Text Example
White with #A12908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12908; }
p { color: rgb(161,41,8); }
H1.HeaderClassName
{
color: #A12908;
}
.AnyTagClassName
{
color: #A12908;
}
</style>
background-color css
<style>
a { background-color: #A12908; }
a { background-color: rgb(161,41,8); }
div.DivClassName
{
background-color: #A12908;
}
.BgClassName
{
background-color: #A12908;
}
</style>
border-color css
<style>
span { border-color: #A12908; }
span { border-color: rgb(161,41,8); }
td.TdClassName
{
border-color: #A12908;
}
.TagClassName
{
border-color: #A12908;
}
</style>