Shades of Rust #AB4804
Tints of Rust #AB4804
RGB
CMYK
RGB Variations
Color information
#AB4804 (or 0xAB4804) is known color: Rust. HEX triplet: AB, 48 and 04. RGB value is (171,72,4). Sum of RGB (Red+Green+Blue) = 171+72+4=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4804 is #54B7FB. Grayscale: #5E5E5E. Windows color (decimal): -5552124 or 280747. OLE color: 280747.
HSL color Cylindrical-coordinate representation of color #AB4804: hue angle of 24.43º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB4804 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.33 |
| HSL | 24.43º | 0.95% | 0.34% | - |
| HSV(B) | 24.43º | 0.98% | 0.67% | - |
| XYZ | 19.13 | 13.3 | 1.67 | - |
| YUV | 93.85 | 77.3 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 4 | 0 | 0.58 | 0.98 | 0.33 | 24.43 | 0.95 | 0.34 |
| Hex | AB | 48 | 4 | 0 | 3A | 62 | 21 | 18 | 5F | 22 |
| Octal | 253 | 110 | 4 | 0 | 72 | 142 | 41 | 30 | 137 | 42 |
| Binary | 10101011 | 1001000 | 100 | 0 | 111010 | 1100010 | 100001 | 11000 | 1011111 | 100010 |
Color Harmonies of #AB4804
Complementary color
Monochromatic Colors of #AB4804
Black with #AB4804
Text Example
Text Example
White with #AB4804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4804; }
p { color: rgb(171,72,4); }
H1.HeaderClassName
{
color: #AB4804;
}
.AnyTagClassName
{
color: #AB4804;
}
</style>
background-color css
<style>
a { background-color: #AB4804; }
a { background-color: rgb(171,72,4); }
div.DivClassName
{
background-color: #AB4804;
}
.BgClassName
{
background-color: #AB4804;
}
</style>
border-color css
<style>
span { border-color: #AB4804; }
span { border-color: rgb(171,72,4); }
td.TdClassName
{
border-color: #AB4804;
}
.TagClassName
{
border-color: #AB4804;
}
</style>