Shades of Rust #AB470D
Tints of Rust #AB470D
RGB
CMYK
RGB Variations
Color information
#AB470D (or 0xAB470D) is known color: Rust. HEX triplet: AB, 47 and 0D. RGB value is (171,71,13). Sum of RGB (Red+Green+Blue) = 171+71+13=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB470D is #54B8F2. Grayscale: #5E5E5E. Windows color (decimal): -5552371 or 870315. OLE color: 870315.
HSL color Cylindrical-coordinate representation of color #AB470D: hue angle of 22.03º 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 #AB470D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 13 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.33 |
| HSL | 22.03º | 0.86% | 0.36% | - |
| HSV(B) | 22.03º | 0.92% | 0.67% | - |
| XYZ | 19.12 | 13.19 | 1.92 | - |
| YUV | 94.29 | 82.13 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 13 | 0 | 0.58 | 0.92 | 0.33 | 22.03 | 0.86 | 0.36 |
| Hex | AB | 47 | D | 0 | 3A | 5C | 21 | 16 | 56 | 24 |
| Octal | 253 | 107 | 15 | 0 | 72 | 134 | 41 | 26 | 126 | 44 |
| Binary | 10101011 | 1000111 | 1101 | 0 | 111010 | 1011100 | 100001 | 10110 | 1010110 | 100100 |
Color Harmonies of #AB470D
Complementary color
Monochromatic Colors of #AB470D
Black with #AB470D
Text Example
Text Example
White with #AB470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB470D; }
p { color: rgb(171,71,13); }
H1.HeaderClassName
{
color: #AB470D;
}
.AnyTagClassName
{
color: #AB470D;
}
</style>
background-color css
<style>
a { background-color: #AB470D; }
a { background-color: rgb(171,71,13); }
div.DivClassName
{
background-color: #AB470D;
}
.BgClassName
{
background-color: #AB470D;
}
</style>
border-color css
<style>
span { border-color: #AB470D; }
span { border-color: rgb(171,71,13); }
td.TdClassName
{
border-color: #AB470D;
}
.TagClassName
{
border-color: #AB470D;
}
</style>