Shades of Rust #AB3F0E
Tints of Rust #AB3F0E
RGB
CMYK
RGB Variations
Color information
#AB3F0E (or 0xAB3F0E) is known color: Rust. HEX triplet: AB, 3F and 0E. RGB value is (171,63,14). Sum of RGB (Red+Green+Blue) = 171+63+14=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3F0E is #54C0F1. Grayscale: #5A5A5A. Windows color (decimal): -5554418 or 933803. OLE color: 933803.
HSL color Cylindrical-coordinate representation of color #AB3F0E: hue angle of 18.73º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB3F0E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.33 |
| HSL | 18.73º | 0.85% | 0.36% | - |
| HSV(B) | 18.73º | 0.92% | 0.67% | - |
| XYZ | 18.65 | 12.24 | 1.8 | - |
| YUV | 89.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 14 | 0 | 0.63 | 0.92 | 0.33 | 18.73 | 0.85 | 0.36 |
| Hex | AB | 3F | E | 0 | 3F | 5C | 21 | 13 | 55 | 24 |
| Octal | 253 | 77 | 16 | 0 | 77 | 134 | 41 | 23 | 125 | 44 |
| Binary | 10101011 | 111111 | 1110 | 0 | 111111 | 1011100 | 100001 | 10011 | 1010101 | 100100 |
Color Harmonies of #AB3F0E
Complementary color
Monochromatic Colors of #AB3F0E
Black with #AB3F0E
Text Example
Text Example
White with #AB3F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F0E; }
p { color: rgb(171,63,14); }
H1.HeaderClassName
{
color: #AB3F0E;
}
.AnyTagClassName
{
color: #AB3F0E;
}
</style>
background-color css
<style>
a { background-color: #AB3F0E; }
a { background-color: rgb(171,63,14); }
div.DivClassName
{
background-color: #AB3F0E;
}
.BgClassName
{
background-color: #AB3F0E;
}
</style>
border-color css
<style>
span { border-color: #AB3F0E; }
span { border-color: rgb(171,63,14); }
td.TdClassName
{
border-color: #AB3F0E;
}
.TagClassName
{
border-color: #AB3F0E;
}
</style>