Shades of Rust #AB4005
Tints of Rust #AB4005
RGB
CMYK
RGB Variations
Color information
#AB4005 (or 0xAB4005) is known color: Rust. HEX triplet: AB, 40 and 05. RGB value is (171,64,5). Sum of RGB (Red+Green+Blue) = 171+64+5=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4005 is #54BFFA. Grayscale: #595959. Windows color (decimal): -5554171 or 344235. OLE color: 344235.
HSL color Cylindrical-coordinate representation of color #AB4005: hue angle of 21.33º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB4005 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.33 |
| HSL | 21.33º | 0.94% | 0.35% | - |
| HSV(B) | 21.33º | 0.97% | 0.67% | - |
| XYZ | 18.66 | 12.34 | 1.54 | - |
| YUV | 89.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 5 | 0 | 0.63 | 0.97 | 0.33 | 21.33 | 0.94 | 0.35 |
| Hex | AB | 40 | 5 | 0 | 3F | 61 | 21 | 15 | 5E | 23 |
| Octal | 253 | 100 | 5 | 0 | 77 | 141 | 41 | 25 | 136 | 43 |
| Binary | 10101011 | 1000000 | 101 | 0 | 111111 | 1100001 | 100001 | 10101 | 1011110 | 100011 |
Color Harmonies of #AB4005
Complementary color
Monochromatic Colors of #AB4005
Black with #AB4005
Text Example
Text Example
White with #AB4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4005; }
p { color: rgb(171,64,5); }
H1.HeaderClassName
{
color: #AB4005;
}
.AnyTagClassName
{
color: #AB4005;
}
</style>
background-color css
<style>
a { background-color: #AB4005; }
a { background-color: rgb(171,64,5); }
div.DivClassName
{
background-color: #AB4005;
}
.BgClassName
{
background-color: #AB4005;
}
</style>
border-color css
<style>
span { border-color: #AB4005; }
span { border-color: rgb(171,64,5); }
td.TdClassName
{
border-color: #AB4005;
}
.TagClassName
{
border-color: #AB4005;
}
</style>