Shades of Rust #AB2F14
Tints of Rust #AB2F14
RGB
CMYK
RGB Variations
Color information
#AB2F14 (or 0xAB2F14) is known color: Rust. HEX triplet: AB, 2F and 14. RGB value is (171,47,20). Sum of RGB (Red+Green+Blue) = 171+47+20=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F14 is #54D0EB. Grayscale: #515151. Windows color (decimal): -5558508 or 1322923. OLE color: 1322923.
HSL color Cylindrical-coordinate representation of color #AB2F14: hue angle of 10.73º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB2F14 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 20 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.33 |
| HSL | 10.73º | 0.79% | 0.37% | - |
| HSV(B) | 10.73º | 0.88% | 0.67% | - |
| XYZ | 17.94 | 10.74 | 1.79 | - |
| YUV | 81 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 20 | 0 | 0.73 | 0.88 | 0.33 | 10.73 | 0.79 | 0.37 |
| Hex | AB | 2F | 14 | 0 | 49 | 58 | 21 | B | 4F | 25 |
| Octal | 253 | 57 | 24 | 0 | 111 | 130 | 41 | 13 | 117 | 45 |
| Binary | 10101011 | 101111 | 10100 | 0 | 1001001 | 1011000 | 100001 | 1011 | 1001111 | 100101 |
Color Harmonies of #AB2F14
Complementary color
Monochromatic Colors of #AB2F14
Black with #AB2F14
Text Example
Text Example
White with #AB2F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F14; }
p { color: rgb(171,47,20); }
H1.HeaderClassName
{
color: #AB2F14;
}
.AnyTagClassName
{
color: #AB2F14;
}
</style>
background-color css
<style>
a { background-color: #AB2F14; }
a { background-color: rgb(171,47,20); }
div.DivClassName
{
background-color: #AB2F14;
}
.BgClassName
{
background-color: #AB2F14;
}
</style>
border-color css
<style>
span { border-color: #AB2F14; }
span { border-color: rgb(171,47,20); }
td.TdClassName
{
border-color: #AB2F14;
}
.TagClassName
{
border-color: #AB2F14;
}
</style>