Shades of Rust #AB2F0D
Tints of Rust #AB2F0D
RGB
CMYK
RGB Variations
Color information
#AB2F0D (or 0xAB2F0D) is known color: Rust. HEX triplet: AB, 2F and 0D. RGB value is (171,47,13). Sum of RGB (Red+Green+Blue) = 171+47+13=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F0D is #54D0F2. Grayscale: #505050. Windows color (decimal): -5558515 or 864171. OLE color: 864171.
HSL color Cylindrical-coordinate representation of color #AB2F0D: hue angle of 12.91º 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 #AB2F0D is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 13 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.33 |
| HSL | 12.91º | 0.86% | 0.36% | - |
| HSV(B) | 12.91º | 0.92% | 0.67% | - |
| XYZ | 17.88 | 10.72 | 1.51 | - |
| YUV | 80.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 13 | 0 | 0.73 | 0.92 | 0.33 | 12.91 | 0.86 | 0.36 |
| Hex | AB | 2F | D | 0 | 49 | 5C | 21 | D | 56 | 24 |
| Octal | 253 | 57 | 15 | 0 | 111 | 134 | 41 | 15 | 126 | 44 |
| Binary | 10101011 | 101111 | 1101 | 0 | 1001001 | 1011100 | 100001 | 1101 | 1010110 | 100100 |
Color Harmonies of #AB2F0D
Complementary color
Monochromatic Colors of #AB2F0D
Black with #AB2F0D
Text Example
Text Example
White with #AB2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F0D; }
p { color: rgb(171,47,13); }
H1.HeaderClassName
{
color: #AB2F0D;
}
.AnyTagClassName
{
color: #AB2F0D;
}
</style>
background-color css
<style>
a { background-color: #AB2F0D; }
a { background-color: rgb(171,47,13); }
div.DivClassName
{
background-color: #AB2F0D;
}
.BgClassName
{
background-color: #AB2F0D;
}
</style>
border-color css
<style>
span { border-color: #AB2F0D; }
span { border-color: rgb(171,47,13); }
td.TdClassName
{
border-color: #AB2F0D;
}
.TagClassName
{
border-color: #AB2F0D;
}
</style>