Shades of Rust #AB4A0D
Tints of Rust #AB4A0D
RGB
CMYK
RGB Variations
Color information
#AB4A0D (or 0xAB4A0D) is known color: Rust. HEX triplet: AB, 4A and 0D. RGB value is (171,74,13). Sum of RGB (Red+Green+Blue) = 171+74+13=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4A0D is #54B5F2. Grayscale: #606060. Windows color (decimal): -5551603 or 871083. OLE color: 871083.
HSL color Cylindrical-coordinate representation of color #AB4A0D: hue angle of 23.16º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB4A0D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 13 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.33 |
| HSL | 23.16º | 0.86% | 0.36% | - |
| HSV(B) | 23.16º | 0.92% | 0.67% | - |
| XYZ | 19.32 | 13.58 | 1.98 | - |
| YUV | 96.05 | 81.14 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 13 | 0 | 0.57 | 0.92 | 0.33 | 23.16 | 0.86 | 0.36 |
| Hex | AB | 4A | D | 0 | 39 | 5C | 21 | 17 | 56 | 24 |
| Octal | 253 | 112 | 15 | 0 | 71 | 134 | 41 | 27 | 126 | 44 |
| Binary | 10101011 | 1001010 | 1101 | 0 | 111001 | 1011100 | 100001 | 10111 | 1010110 | 100100 |
Color Harmonies of #AB4A0D
Complementary color
Monochromatic Colors of #AB4A0D
Black with #AB4A0D
Text Example
Text Example
White with #AB4A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A0D; }
p { color: rgb(171,74,13); }
H1.HeaderClassName
{
color: #AB4A0D;
}
.AnyTagClassName
{
color: #AB4A0D;
}
</style>
background-color css
<style>
a { background-color: #AB4A0D; }
a { background-color: rgb(171,74,13); }
div.DivClassName
{
background-color: #AB4A0D;
}
.BgClassName
{
background-color: #AB4A0D;
}
</style>
border-color css
<style>
span { border-color: #AB4A0D; }
span { border-color: rgb(171,74,13); }
td.TdClassName
{
border-color: #AB4A0D;
}
.TagClassName
{
border-color: #AB4A0D;
}
</style>