Shades of Rust #AB4F10
Tints of Rust #AB4F10
RGB
CMYK
RGB Variations
Color information
#AB4F10 (or 0xAB4F10) is known color: Rust. HEX triplet: AB, 4F and 10. RGB value is (171,79,16). Sum of RGB (Red+Green+Blue) = 171+79+16=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4F10 is #54B0EF. Grayscale: #636363. Windows color (decimal): -5550320 or 1068971. OLE color: 1068971.
HSL color Cylindrical-coordinate representation of color #AB4F10: hue angle of 24.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB4F10 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 79 | 16 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.33 |
| HSL | 24.39º | 0.83% | 0.37% | - |
| HSV(B) | 24.39º | 0.91% | 0.67% | - |
| XYZ | 19.68 | 14.29 | 2.21 | - |
| YUV | 99.33 | 80.98 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 16 | 0 | 0.54 | 0.91 | 0.33 | 24.39 | 0.83 | 0.37 |
| Hex | AB | 4F | 10 | 0 | 36 | 5B | 21 | 18 | 53 | 25 |
| Octal | 253 | 117 | 20 | 0 | 66 | 133 | 41 | 30 | 123 | 45 |
| Binary | 10101011 | 1001111 | 10000 | 0 | 110110 | 1011011 | 100001 | 11000 | 1010011 | 100101 |
Color Harmonies of #AB4F10
Complementary color
Monochromatic Colors of #AB4F10
Black with #AB4F10
Text Example
Text Example
White with #AB4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4F10; }
p { color: rgb(171,79,16); }
H1.HeaderClassName
{
color: #AB4F10;
}
.AnyTagClassName
{
color: #AB4F10;
}
</style>
background-color css
<style>
a { background-color: #AB4F10; }
a { background-color: rgb(171,79,16); }
div.DivClassName
{
background-color: #AB4F10;
}
.BgClassName
{
background-color: #AB4F10;
}
</style>
border-color css
<style>
span { border-color: #AB4F10; }
span { border-color: rgb(171,79,16); }
td.TdClassName
{
border-color: #AB4F10;
}
.TagClassName
{
border-color: #AB4F10;
}
</style>