Shades of Rust #AB4F0D
Tints of Rust #AB4F0D
RGB
CMYK
RGB Variations
Color information
#AB4F0D (or 0xAB4F0D) is known color: Rust. HEX triplet: AB, 4F and 0D. RGB value is (171,79,13). Sum of RGB (Red+Green+Blue) = 171+79+13=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4F0D is #54B0F2. Grayscale: #636363. Windows color (decimal): -5550323 or 872363. OLE color: 872363.
HSL color Cylindrical-coordinate representation of color #AB4F0D: hue angle of 25.06º 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 #AB4F0D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 79 | 13 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.33 |
| HSL | 25.06º | 0.86% | 0.36% | - |
| HSV(B) | 25.06º | 0.92% | 0.67% | - |
| XYZ | 19.66 | 14.28 | 2.1 | - |
| YUV | 98.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 13 | 0 | 0.54 | 0.92 | 0.33 | 25.06 | 0.86 | 0.36 |
| Hex | AB | 4F | D | 0 | 36 | 5C | 21 | 19 | 56 | 24 |
| Octal | 253 | 117 | 15 | 0 | 66 | 134 | 41 | 31 | 126 | 44 |
| Binary | 10101011 | 1001111 | 1101 | 0 | 110110 | 1011100 | 100001 | 11001 | 1010110 | 100100 |
Color Harmonies of #AB4F0D
Complementary color
Monochromatic Colors of #AB4F0D
Black with #AB4F0D
Text Example
Text Example
White with #AB4F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4F0D; }
p { color: rgb(171,79,13); }
H1.HeaderClassName
{
color: #AB4F0D;
}
.AnyTagClassName
{
color: #AB4F0D;
}
</style>
background-color css
<style>
a { background-color: #AB4F0D; }
a { background-color: rgb(171,79,13); }
div.DivClassName
{
background-color: #AB4F0D;
}
.BgClassName
{
background-color: #AB4F0D;
}
</style>
border-color css
<style>
span { border-color: #AB4F0D; }
span { border-color: rgb(171,79,13); }
td.TdClassName
{
border-color: #AB4F0D;
}
.TagClassName
{
border-color: #AB4F0D;
}
</style>