Shades of Rust #AB2F07
Tints of Rust #AB2F07
RGB
CMYK
RGB Variations
Color information
#AB2F07 (or 0xAB2F07) is known color: Rust. HEX triplet: AB, 2F and 07. RGB value is (171,47,7). Sum of RGB (Red+Green+Blue) = 171+47+7=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F07 is #54D0F8. Grayscale: #4F4F4F. Windows color (decimal): -5558521 or 470955. OLE color: 470955.
HSL color Cylindrical-coordinate representation of color #AB2F07: hue angle of 14.63º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB2F07 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.33 |
| HSL | 14.63º | 0.92% | 0.35% | - |
| HSV(B) | 14.63º | 0.96% | 0.67% | - |
| XYZ | 17.85 | 10.71 | 1.33 | - |
| YUV | 79.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 7 | 0 | 0.73 | 0.96 | 0.33 | 14.63 | 0.92 | 0.35 |
| Hex | AB | 2F | 7 | 0 | 49 | 60 | 21 | F | 5C | 23 |
| Octal | 253 | 57 | 7 | 0 | 111 | 140 | 41 | 17 | 134 | 43 |
| Binary | 10101011 | 101111 | 111 | 0 | 1001001 | 1100000 | 100001 | 1111 | 1011100 | 100011 |
Color Harmonies of #AB2F07
Complementary color
Monochromatic Colors of #AB2F07
Black with #AB2F07
Text Example
Text Example
White with #AB2F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F07; }
p { color: rgb(171,47,7); }
H1.HeaderClassName
{
color: #AB2F07;
}
.AnyTagClassName
{
color: #AB2F07;
}
</style>
background-color css
<style>
a { background-color: #AB2F07; }
a { background-color: rgb(171,47,7); }
div.DivClassName
{
background-color: #AB2F07;
}
.BgClassName
{
background-color: #AB2F07;
}
</style>
border-color css
<style>
span { border-color: #AB2F07; }
span { border-color: rgb(171,47,7); }
td.TdClassName
{
border-color: #AB2F07;
}
.TagClassName
{
border-color: #AB2F07;
}
</style>