Shades of Rust #AB4008
Tints of Rust #AB4008
RGB
CMYK
RGB Variations
Color information
#AB4008 (or 0xAB4008) is known color: Rust. HEX triplet: AB, 40 and 08. RGB value is (171,64,8). Sum of RGB (Red+Green+Blue) = 171+64+8=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4008 is #54BFF7. Grayscale: #595959. Windows color (decimal): -5554168 or 540843. OLE color: 540843.
HSL color Cylindrical-coordinate representation of color #AB4008: hue angle of 20.61º 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 #AB4008 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 8 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.33 |
| HSL | 20.61º | 0.91% | 0.35% | - |
| HSV(B) | 20.61º | 0.95% | 0.67% | - |
| XYZ | 18.67 | 12.34 | 1.63 | - |
| YUV | 89.61 | 81.95 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 8 | 0 | 0.63 | 0.95 | 0.33 | 20.61 | 0.91 | 0.35 |
| Hex | AB | 40 | 8 | 0 | 3F | 5F | 21 | 15 | 5B | 23 |
| Octal | 253 | 100 | 10 | 0 | 77 | 137 | 41 | 25 | 133 | 43 |
| Binary | 10101011 | 1000000 | 1000 | 0 | 111111 | 1011111 | 100001 | 10101 | 1011011 | 100011 |
Color Harmonies of #AB4008
Complementary color
Monochromatic Colors of #AB4008
Black with #AB4008
Text Example
Text Example
White with #AB4008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4008; }
p { color: rgb(171,64,8); }
H1.HeaderClassName
{
color: #AB4008;
}
.AnyTagClassName
{
color: #AB4008;
}
</style>
background-color css
<style>
a { background-color: #AB4008; }
a { background-color: rgb(171,64,8); }
div.DivClassName
{
background-color: #AB4008;
}
.BgClassName
{
background-color: #AB4008;
}
</style>
border-color css
<style>
span { border-color: #AB4008; }
span { border-color: rgb(171,64,8); }
td.TdClassName
{
border-color: #AB4008;
}
.TagClassName
{
border-color: #AB4008;
}
</style>