Shades of Rust #AB4604
Tints of Rust #AB4604
RGB
CMYK
RGB Variations
Color information
#AB4604 (or 0xAB4604) is known color: Rust. HEX triplet: AB, 46 and 04. RGB value is (171,70,4). Sum of RGB (Red+Green+Blue) = 171+70+4=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4604 is #54B9FB. Grayscale: #5D5D5D. Windows color (decimal): -5552636 or 280235. OLE color: 280235.
HSL color Cylindrical-coordinate representation of color #AB4604: hue angle of 23.71º 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 #AB4604 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.33 |
| HSL | 23.71º | 0.95% | 0.34% | - |
| HSV(B) | 23.71º | 0.98% | 0.67% | - |
| XYZ | 19.01 | 13.05 | 1.63 | - |
| YUV | 92.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 4 | 0 | 0.59 | 0.98 | 0.33 | 23.71 | 0.95 | 0.34 |
| Hex | AB | 46 | 4 | 0 | 3B | 62 | 21 | 18 | 5F | 22 |
| Octal | 253 | 106 | 4 | 0 | 73 | 142 | 41 | 30 | 137 | 42 |
| Binary | 10101011 | 1000110 | 100 | 0 | 111011 | 1100010 | 100001 | 11000 | 1011111 | 100010 |
Color Harmonies of #AB4604
Complementary color
Monochromatic Colors of #AB4604
Black with #AB4604
Text Example
Text Example
White with #AB4604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4604; }
p { color: rgb(171,70,4); }
H1.HeaderClassName
{
color: #AB4604;
}
.AnyTagClassName
{
color: #AB4604;
}
</style>
background-color css
<style>
a { background-color: #AB4604; }
a { background-color: rgb(171,70,4); }
div.DivClassName
{
background-color: #AB4604;
}
.BgClassName
{
background-color: #AB4604;
}
</style>
border-color css
<style>
span { border-color: #AB4604; }
span { border-color: rgb(171,70,4); }
td.TdClassName
{
border-color: #AB4604;
}
.TagClassName
{
border-color: #AB4604;
}
</style>