Shades of Rust #AB4009
Tints of Rust #AB4009
RGB
CMYK
RGB Variations
Color information
#AB4009 (or 0xAB4009) is known color: Rust. HEX triplet: AB, 40 and 09. RGB value is (171,64,9). Sum of RGB (Red+Green+Blue) = 171+64+9=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4009 is #54BFF6. Grayscale: #5A5A5A. Windows color (decimal): -5554167 or 606379. OLE color: 606379.
HSL color Cylindrical-coordinate representation of color #AB4009: hue angle of 20.37º 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 #AB4009 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.33 |
| HSL | 20.37º | 0.9% | 0.35% | - |
| HSV(B) | 20.37º | 0.95% | 0.67% | - |
| XYZ | 18.68 | 12.34 | 1.66 | - |
| YUV | 89.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 9 | 0 | 0.63 | 0.95 | 0.33 | 20.37 | 0.9 | 0.35 |
| Hex | AB | 40 | 9 | 0 | 3F | 5F | 21 | 14 | 5A | 23 |
| Octal | 253 | 100 | 11 | 0 | 77 | 137 | 41 | 24 | 132 | 43 |
| Binary | 10101011 | 1000000 | 1001 | 0 | 111111 | 1011111 | 100001 | 10100 | 1011010 | 100011 |
Color Harmonies of #AB4009
Complementary color
Monochromatic Colors of #AB4009
Black with #AB4009
Text Example
Text Example
White with #AB4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4009; }
p { color: rgb(171,64,9); }
H1.HeaderClassName
{
color: #AB4009;
}
.AnyTagClassName
{
color: #AB4009;
}
</style>
background-color css
<style>
a { background-color: #AB4009; }
a { background-color: rgb(171,64,9); }
div.DivClassName
{
background-color: #AB4009;
}
.BgClassName
{
background-color: #AB4009;
}
</style>
border-color css
<style>
span { border-color: #AB4009; }
span { border-color: rgb(171,64,9); }
td.TdClassName
{
border-color: #AB4009;
}
.TagClassName
{
border-color: #AB4009;
}
</style>