Shades of Rust #A12B08
Tints of Rust #A12B08
RGB
CMYK
RGB Variations
Color information
#A12B08 (or 0xA12B08) is known color: Rust. HEX triplet: A1, 2B and 08. RGB value is (161,43,8). Sum of RGB (Red+Green+Blue) = 161+43+8=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12B08 is #5ED4F7. Grayscale: #4A4A4A. Windows color (decimal): -6214904 or 535457. OLE color: 535457.
HSL color Cylindrical-coordinate representation of color #A12B08: hue angle of 13.73º 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 #A12B08 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 43 | 8 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.37 |
| HSL | 13.73º | 0.91% | 0.33% | - |
| HSV(B) | 13.73º | 0.95% | 0.63% | - |
| XYZ | 15.61 | 9.32 | 1.21 | - |
| YUV | 74.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 8 | 0 | 0.73 | 0.95 | 0.37 | 13.73 | 0.91 | 0.33 |
| Hex | A1 | 2B | 8 | 0 | 49 | 5F | 25 | E | 5B | 21 |
| Octal | 241 | 53 | 10 | 0 | 111 | 137 | 45 | 16 | 133 | 41 |
| Binary | 10100001 | 101011 | 1000 | 0 | 1001001 | 1011111 | 100101 | 1110 | 1011011 | 100001 |
Color Harmonies of #A12B08
Complementary color
Monochromatic Colors of #A12B08
Black with #A12B08
Text Example
Text Example
White with #A12B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12B08; }
p { color: rgb(161,43,8); }
H1.HeaderClassName
{
color: #A12B08;
}
.AnyTagClassName
{
color: #A12B08;
}
</style>
background-color css
<style>
a { background-color: #A12B08; }
a { background-color: rgb(161,43,8); }
div.DivClassName
{
background-color: #A12B08;
}
.BgClassName
{
background-color: #A12B08;
}
</style>
border-color css
<style>
span { border-color: #A12B08; }
span { border-color: rgb(161,43,8); }
td.TdClassName
{
border-color: #A12B08;
}
.TagClassName
{
border-color: #A12B08;
}
</style>