Shades of Rust #AB4D0F
Tints of Rust #AB4D0F
RGB
CMYK
RGB Variations
Color information
#AB4D0F (or 0xAB4D0F) is known color: Rust. HEX triplet: AB, 4D and 0F. RGB value is (171,77,15). Sum of RGB (Red+Green+Blue) = 171+77+15=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D0F is #54B2F0. Grayscale: #626262. Windows color (decimal): -5550833 or 1002923. OLE color: 1002923.
HSL color Cylindrical-coordinate representation of color #AB4D0F: hue angle of 23.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB4D0F is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 15 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.33 |
| HSL | 23.85º | 0.84% | 0.36% | - |
| HSV(B) | 23.85º | 0.91% | 0.67% | - |
| XYZ | 19.53 | 14 | 2.12 | - |
| YUV | 98.04 | 81.14 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 15 | 0 | 0.55 | 0.91 | 0.33 | 23.85 | 0.84 | 0.36 |
| Hex | AB | 4D | F | 0 | 37 | 5B | 21 | 18 | 54 | 24 |
| Octal | 253 | 115 | 17 | 0 | 67 | 133 | 41 | 30 | 124 | 44 |
| Binary | 10101011 | 1001101 | 1111 | 0 | 110111 | 1011011 | 100001 | 11000 | 1010100 | 100100 |
Color Harmonies of #AB4D0F
Complementary color
Monochromatic Colors of #AB4D0F
Black with #AB4D0F
Text Example
Text Example
White with #AB4D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D0F; }
p { color: rgb(171,77,15); }
H1.HeaderClassName
{
color: #AB4D0F;
}
.AnyTagClassName
{
color: #AB4D0F;
}
</style>
background-color css
<style>
a { background-color: #AB4D0F; }
a { background-color: rgb(171,77,15); }
div.DivClassName
{
background-color: #AB4D0F;
}
.BgClassName
{
background-color: #AB4D0F;
}
</style>
border-color css
<style>
span { border-color: #AB4D0F; }
span { border-color: rgb(171,77,15); }
td.TdClassName
{
border-color: #AB4D0F;
}
.TagClassName
{
border-color: #AB4D0F;
}
</style>