Shades of Rust #AB2D08
Tints of Rust #AB2D08
RGB
CMYK
RGB Variations
Color information
#AB2D08 (or 0xAB2D08) is known color: Rust. HEX triplet: AB, 2D and 08. RGB value is (171,45,8). Sum of RGB (Red+Green+Blue) = 171+45+8=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D08 is #54D2F7. Grayscale: #4E4E4E. Windows color (decimal): -5559032 or 535979. OLE color: 535979.
HSL color Cylindrical-coordinate representation of color #AB2D08: hue angle of 13.62º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB2D08 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 8 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.33 |
| HSL | 13.62º | 0.91% | 0.35% | - |
| HSV(B) | 13.62º | 0.95% | 0.67% | - |
| XYZ | 17.78 | 10.55 | 1.33 | - |
| YUV | 78.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 8 | 0 | 0.74 | 0.95 | 0.33 | 13.62 | 0.91 | 0.35 |
| Hex | AB | 2D | 8 | 0 | 4A | 5F | 21 | E | 5B | 23 |
| Octal | 253 | 55 | 10 | 0 | 112 | 137 | 41 | 16 | 133 | 43 |
| Binary | 10101011 | 101101 | 1000 | 0 | 1001010 | 1011111 | 100001 | 1110 | 1011011 | 100011 |
Color Harmonies of #AB2D08
Complementary color
Monochromatic Colors of #AB2D08
Black with #AB2D08
Text Example
Text Example
White with #AB2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D08; }
p { color: rgb(171,45,8); }
H1.HeaderClassName
{
color: #AB2D08;
}
.AnyTagClassName
{
color: #AB2D08;
}
</style>
background-color css
<style>
a { background-color: #AB2D08; }
a { background-color: rgb(171,45,8); }
div.DivClassName
{
background-color: #AB2D08;
}
.BgClassName
{
background-color: #AB2D08;
}
</style>
border-color css
<style>
span { border-color: #AB2D08; }
span { border-color: rgb(171,45,8); }
td.TdClassName
{
border-color: #AB2D08;
}
.TagClassName
{
border-color: #AB2D08;
}
</style>