Shades of Rust #AB2F04
Tints of Rust #AB2F04
RGB
CMYK
RGB Variations
Color information
#AB2F04 (or 0xAB2F04) is known color: Rust. HEX triplet: AB, 2F and 04. RGB value is (171,47,4). Sum of RGB (Red+Green+Blue) = 171+47+4=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F04 is #54D0FB. Grayscale: #4F4F4F. Windows color (decimal): -5558524 or 274347. OLE color: 274347.
HSL color Cylindrical-coordinate representation of color #AB2F04: hue angle of 15.45º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB2F04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.33 |
| HSL | 15.45º | 0.95% | 0.34% | - |
| HSV(B) | 15.45º | 0.98% | 0.67% | - |
| XYZ | 17.83 | 10.7 | 1.24 | - |
| YUV | 79.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 4 | 0 | 0.73 | 0.98 | 0.33 | 15.45 | 0.95 | 0.34 |
| Hex | AB | 2F | 4 | 0 | 49 | 62 | 21 | F | 5F | 22 |
| Octal | 253 | 57 | 4 | 0 | 111 | 142 | 41 | 17 | 137 | 42 |
| Binary | 10101011 | 101111 | 100 | 0 | 1001001 | 1100010 | 100001 | 1111 | 1011111 | 100010 |
Color Harmonies of #AB2F04
Complementary color
Monochromatic Colors of #AB2F04
Black with #AB2F04
Text Example
Text Example
White with #AB2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F04; }
p { color: rgb(171,47,4); }
H1.HeaderClassName
{
color: #AB2F04;
}
.AnyTagClassName
{
color: #AB2F04;
}
</style>
background-color css
<style>
a { background-color: #AB2F04; }
a { background-color: rgb(171,47,4); }
div.DivClassName
{
background-color: #AB2F04;
}
.BgClassName
{
background-color: #AB2F04;
}
</style>
border-color css
<style>
span { border-color: #AB2F04; }
span { border-color: rgb(171,47,4); }
td.TdClassName
{
border-color: #AB2F04;
}
.TagClassName
{
border-color: #AB2F04;
}
</style>