Shades of Rust #AB4D08
Tints of Rust #AB4D08
RGB
CMYK
RGB Variations
Color information
#AB4D08 (or 0xAB4D08) is known color: Rust. HEX triplet: AB, 4D and 08. RGB value is (171,77,8). Sum of RGB (Red+Green+Blue) = 171+77+8=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D08 is #54B2F7. Grayscale: #616161. Windows color (decimal): -5550840 or 544171. OLE color: 544171.
HSL color Cylindrical-coordinate representation of color #AB4D08: hue angle of 25.4º 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 #AB4D08 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 8 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.33 |
| HSL | 25.4º | 0.91% | 0.35% | - |
| HSV(B) | 25.4º | 0.95% | 0.67% | - |
| XYZ | 19.49 | 13.98 | 1.9 | - |
| YUV | 97.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 8 | 0 | 0.55 | 0.95 | 0.33 | 25.4 | 0.91 | 0.35 |
| Hex | AB | 4D | 8 | 0 | 37 | 5F | 21 | 19 | 5B | 23 |
| Octal | 253 | 115 | 10 | 0 | 67 | 137 | 41 | 31 | 133 | 43 |
| Binary | 10101011 | 1001101 | 1000 | 0 | 110111 | 1011111 | 100001 | 11001 | 1011011 | 100011 |
Color Harmonies of #AB4D08
Complementary color
Monochromatic Colors of #AB4D08
Black with #AB4D08
Text Example
Text Example
White with #AB4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D08; }
p { color: rgb(171,77,8); }
H1.HeaderClassName
{
color: #AB4D08;
}
.AnyTagClassName
{
color: #AB4D08;
}
</style>
background-color css
<style>
a { background-color: #AB4D08; }
a { background-color: rgb(171,77,8); }
div.DivClassName
{
background-color: #AB4D08;
}
.BgClassName
{
background-color: #AB4D08;
}
</style>
border-color css
<style>
span { border-color: #AB4D08; }
span { border-color: rgb(171,77,8); }
td.TdClassName
{
border-color: #AB4D08;
}
.TagClassName
{
border-color: #AB4D08;
}
</style>