Shades of Rust #AB4F0F
Tints of Rust #AB4F0F
RGB
CMYK
RGB Variations
Color information
#AB4F0F (or 0xAB4F0F) is known color: Rust. HEX triplet: AB, 4F and 0F. RGB value is (171,79,15). Sum of RGB (Red+Green+Blue) = 171+79+15=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4F0F is #54B0F0. Grayscale: #636363. Windows color (decimal): -5550321 or 1003435. OLE color: 1003435.
HSL color Cylindrical-coordinate representation of color #AB4F0F: hue angle of 24.62º 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 #AB4F0F is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 79 | 15 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.33 |
| HSL | 24.62º | 0.84% | 0.36% | - |
| HSV(B) | 24.62º | 0.91% | 0.67% | - |
| XYZ | 19.68 | 14.28 | 2.17 | - |
| YUV | 99.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 15 | 0 | 0.54 | 0.91 | 0.33 | 24.62 | 0.84 | 0.36 |
| Hex | AB | 4F | F | 0 | 36 | 5B | 21 | 19 | 54 | 24 |
| Octal | 253 | 117 | 17 | 0 | 66 | 133 | 41 | 31 | 124 | 44 |
| Binary | 10101011 | 1001111 | 1111 | 0 | 110110 | 1011011 | 100001 | 11001 | 1010100 | 100100 |
Color Harmonies of #AB4F0F
Complementary color
Monochromatic Colors of #AB4F0F
Black with #AB4F0F
Text Example
Text Example
White with #AB4F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4F0F; }
p { color: rgb(171,79,15); }
H1.HeaderClassName
{
color: #AB4F0F;
}
.AnyTagClassName
{
color: #AB4F0F;
}
</style>
background-color css
<style>
a { background-color: #AB4F0F; }
a { background-color: rgb(171,79,15); }
div.DivClassName
{
background-color: #AB4F0F;
}
.BgClassName
{
background-color: #AB4F0F;
}
</style>
border-color css
<style>
span { border-color: #AB4F0F; }
span { border-color: rgb(171,79,15); }
td.TdClassName
{
border-color: #AB4F0F;
}
.TagClassName
{
border-color: #AB4F0F;
}
</style>