Shades of Rust #AB2809
Tints of Rust #AB2809
RGB
CMYK
RGB Variations
Color information
#AB2809 (or 0xAB2809) is known color: Rust. HEX triplet: AB, 28 and 09. RGB value is (171,40,9). Sum of RGB (Red+Green+Blue) = 171+40+9=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2809 is #54D7F6. Grayscale: #4B4B4B. Windows color (decimal): -5560311 or 600235. OLE color: 600235.
HSL color Cylindrical-coordinate representation of color #AB2809: hue angle of 11.48º degrees, saturation: 0.9, 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 #AB2809 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.33 |
| HSL | 11.48º | 0.9% | 0.35% | - |
| HSV(B) | 11.48º | 0.95% | 0.67% | - |
| XYZ | 17.6 | 10.2 | 1.3 | - |
| YUV | 75.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 9 | 0 | 0.77 | 0.95 | 0.33 | 11.48 | 0.9 | 0.35 |
| Hex | AB | 28 | 9 | 0 | 4D | 5F | 21 | B | 5A | 23 |
| Octal | 253 | 50 | 11 | 0 | 115 | 137 | 41 | 13 | 132 | 43 |
| Binary | 10101011 | 101000 | 1001 | 0 | 1001101 | 1011111 | 100001 | 1011 | 1011010 | 100011 |
Color Harmonies of #AB2809
Complementary color
Monochromatic Colors of #AB2809
Black with #AB2809
Text Example
Text Example
White with #AB2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2809; }
p { color: rgb(171,40,9); }
H1.HeaderClassName
{
color: #AB2809;
}
.AnyTagClassName
{
color: #AB2809;
}
</style>
background-color css
<style>
a { background-color: #AB2809; }
a { background-color: rgb(171,40,9); }
div.DivClassName
{
background-color: #AB2809;
}
.BgClassName
{
background-color: #AB2809;
}
</style>
border-color css
<style>
span { border-color: #AB2809; }
span { border-color: rgb(171,40,9); }
td.TdClassName
{
border-color: #AB2809;
}
.TagClassName
{
border-color: #AB2809;
}
</style>