Shades of Rust #AB4508
Tints of Rust #AB4508
RGB
CMYK
RGB Variations
Color information
#AB4508 (or 0xAB4508) is known color: Rust. HEX triplet: AB, 45 and 08. RGB value is (171,69,8). Sum of RGB (Red+Green+Blue) = 171+69+8=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4508 is #54BAF7. Grayscale: #5C5C5C. Windows color (decimal): -5552888 or 542123. OLE color: 542123.
HSL color Cylindrical-coordinate representation of color #AB4508: hue angle of 22.45º 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 #AB4508 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 8 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.33 |
| HSL | 22.45º | 0.91% | 0.35% | - |
| HSV(B) | 22.45º | 0.95% | 0.67% | - |
| XYZ | 18.97 | 12.93 | 1.73 | - |
| YUV | 92.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 8 | 0 | 0.60 | 0.95 | 0.33 | 22.45 | 0.91 | 0.35 |
| Hex | AB | 45 | 8 | 0 | 3C | 5F | 21 | 16 | 5B | 23 |
| Octal | 253 | 105 | 10 | 0 | 74 | 137 | 41 | 26 | 133 | 43 |
| Binary | 10101011 | 1000101 | 1000 | 0 | 111100 | 1011111 | 100001 | 10110 | 1011011 | 100011 |
Color Harmonies of #AB4508
Complementary color
Monochromatic Colors of #AB4508
Black with #AB4508
Text Example
Text Example
White with #AB4508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4508; }
p { color: rgb(171,69,8); }
H1.HeaderClassName
{
color: #AB4508;
}
.AnyTagClassName
{
color: #AB4508;
}
</style>
background-color css
<style>
a { background-color: #AB4508; }
a { background-color: rgb(171,69,8); }
div.DivClassName
{
background-color: #AB4508;
}
.BgClassName
{
background-color: #AB4508;
}
</style>
border-color css
<style>
span { border-color: #AB4508; }
span { border-color: rgb(171,69,8); }
td.TdClassName
{
border-color: #AB4508;
}
.TagClassName
{
border-color: #AB4508;
}
</style>