Shades of Rust #AB2808
Tints of Rust #AB2808
RGB
CMYK
RGB Variations
Color information
#AB2808 (or 0xAB2808) is known color: Rust. HEX triplet: AB, 28 and 08. RGB value is (171,40,8). Sum of RGB (Red+Green+Blue) = 171+40+8=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2808 is #54D7F7. Grayscale: #4B4B4B. Windows color (decimal): -5560312 or 534699. OLE color: 534699.
HSL color Cylindrical-coordinate representation of color #AB2808: hue angle of 11.78º 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 #AB2808 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 8 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.33 |
| HSL | 11.78º | 0.91% | 0.35% | - |
| HSV(B) | 11.78º | 0.95% | 0.67% | - |
| XYZ | 17.6 | 10.19 | 1.27 | - |
| YUV | 75.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 8 | 0 | 0.77 | 0.95 | 0.33 | 11.78 | 0.91 | 0.35 |
| Hex | AB | 28 | 8 | 0 | 4D | 5F | 21 | C | 5B | 23 |
| Octal | 253 | 50 | 10 | 0 | 115 | 137 | 41 | 14 | 133 | 43 |
| Binary | 10101011 | 101000 | 1000 | 0 | 1001101 | 1011111 | 100001 | 1100 | 1011011 | 100011 |
Color Harmonies of #AB2808
Complementary color
Monochromatic Colors of #AB2808
Black with #AB2808
Text Example
Text Example
White with #AB2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2808; }
p { color: rgb(171,40,8); }
H1.HeaderClassName
{
color: #AB2808;
}
.AnyTagClassName
{
color: #AB2808;
}
</style>
background-color css
<style>
a { background-color: #AB2808; }
a { background-color: rgb(171,40,8); }
div.DivClassName
{
background-color: #AB2808;
}
.BgClassName
{
background-color: #AB2808;
}
</style>
border-color css
<style>
span { border-color: #AB2808; }
span { border-color: rgb(171,40,8); }
td.TdClassName
{
border-color: #AB2808;
}
.TagClassName
{
border-color: #AB2808;
}
</style>