Shades of Rust #AB4204
Tints of Rust #AB4204
RGB
CMYK
RGB Variations
Color information
#AB4204 (or 0xAB4204) is known color: Rust. HEX triplet: AB, 42 and 04. RGB value is (171,66,4). Sum of RGB (Red+Green+Blue) = 171+66+4=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4204 is #54BDFB. Grayscale: #5A5A5A. Windows color (decimal): -5553660 or 279211. OLE color: 279211.
HSL color Cylindrical-coordinate representation of color #AB4204: hue angle of 22.28º 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 #AB4204 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.33 |
| HSL | 22.28º | 0.95% | 0.34% | - |
| HSV(B) | 22.28º | 0.98% | 0.67% | - |
| XYZ | 18.76 | 12.56 | 1.55 | - |
| YUV | 90.33 | 79.29 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 4 | 0 | 0.61 | 0.98 | 0.33 | 22.28 | 0.95 | 0.34 |
| Hex | AB | 42 | 4 | 0 | 3D | 62 | 21 | 16 | 5F | 22 |
| Octal | 253 | 102 | 4 | 0 | 75 | 142 | 41 | 26 | 137 | 42 |
| Binary | 10101011 | 1000010 | 100 | 0 | 111101 | 1100010 | 100001 | 10110 | 1011111 | 100010 |
Color Harmonies of #AB4204
Complementary color
Monochromatic Colors of #AB4204
Black with #AB4204
Text Example
Text Example
White with #AB4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4204; }
p { color: rgb(171,66,4); }
H1.HeaderClassName
{
color: #AB4204;
}
.AnyTagClassName
{
color: #AB4204;
}
</style>
background-color css
<style>
a { background-color: #AB4204; }
a { background-color: rgb(171,66,4); }
div.DivClassName
{
background-color: #AB4204;
}
.BgClassName
{
background-color: #AB4204;
}
</style>
border-color css
<style>
span { border-color: #AB4204; }
span { border-color: rgb(171,66,4); }
td.TdClassName
{
border-color: #AB4204;
}
.TagClassName
{
border-color: #AB4204;
}
</style>