Shades of Rust #A12808
Tints of Rust #A12808
RGB
CMYK
RGB Variations
Color information
#A12808 (or 0xA12808) is known color: Rust. HEX triplet: A1, 28 and 08. RGB value is (161,40,8). Sum of RGB (Red+Green+Blue) = 161+40+8=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A12808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12808 is #5ED7F7. Grayscale: #484848. Windows color (decimal): -6215672 or 534689. OLE color: 534689.
HSL color Cylindrical-coordinate representation of color #A12808: hue angle of 12.55º 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 #A12808 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 8 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.37 |
| HSL | 12.55º | 0.91% | 0.33% | - |
| HSV(B) | 12.55º | 0.95% | 0.63% | - |
| XYZ | 15.5 | 9.11 | 1.17 | - |
| YUV | 72.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 8 | 0 | 0.75 | 0.95 | 0.37 | 12.55 | 0.91 | 0.33 |
| Hex | A1 | 28 | 8 | 0 | 4B | 5F | 25 | D | 5B | 21 |
| Octal | 241 | 50 | 10 | 0 | 113 | 137 | 45 | 15 | 133 | 41 |
| Binary | 10100001 | 101000 | 1000 | 0 | 1001011 | 1011111 | 100101 | 1101 | 1011011 | 100001 |
Color Harmonies of #A12808
Complementary color
Monochromatic Colors of #A12808
Black with #A12808
Text Example
Text Example
White with #A12808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12808; }
p { color: rgb(161,40,8); }
H1.HeaderClassName
{
color: #A12808;
}
.AnyTagClassName
{
color: #A12808;
}
</style>
background-color css
<style>
a { background-color: #A12808; }
a { background-color: rgb(161,40,8); }
div.DivClassName
{
background-color: #A12808;
}
.BgClassName
{
background-color: #A12808;
}
</style>
border-color css
<style>
span { border-color: #A12808; }
span { border-color: rgb(161,40,8); }
td.TdClassName
{
border-color: #A12808;
}
.TagClassName
{
border-color: #A12808;
}
</style>