Shades of Rust #AB400E
Tints of Rust #AB400E
RGB
CMYK
RGB Variations
Color information
#AB400E (or 0xAB400E) is known color: Rust. HEX triplet: AB, 40 and 0E. RGB value is (171,64,14). Sum of RGB (Red+Green+Blue) = 171+64+14=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB400E is #54BFF1. Grayscale: #5A5A5A. Windows color (decimal): -5554162 or 934059. OLE color: 934059.
HSL color Cylindrical-coordinate representation of color #AB400E: hue angle of 19.11º 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 #AB400E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.33 |
| HSL | 19.11º | 0.85% | 0.36% | - |
| HSV(B) | 19.11º | 0.92% | 0.67% | - |
| XYZ | 18.71 | 12.36 | 1.81 | - |
| YUV | 90.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 14 | 0 | 0.63 | 0.92 | 0.33 | 19.11 | 0.85 | 0.36 |
| Hex | AB | 40 | E | 0 | 3F | 5C | 21 | 13 | 55 | 24 |
| Octal | 253 | 100 | 16 | 0 | 77 | 134 | 41 | 23 | 125 | 44 |
| Binary | 10101011 | 1000000 | 1110 | 0 | 111111 | 1011100 | 100001 | 10011 | 1010101 | 100100 |
Color Harmonies of #AB400E
Complementary color
Monochromatic Colors of #AB400E
Black with #AB400E
Text Example
Text Example
White with #AB400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB400E; }
p { color: rgb(171,64,14); }
H1.HeaderClassName
{
color: #AB400E;
}
.AnyTagClassName
{
color: #AB400E;
}
</style>
background-color css
<style>
a { background-color: #AB400E; }
a { background-color: rgb(171,64,14); }
div.DivClassName
{
background-color: #AB400E;
}
.BgClassName
{
background-color: #AB400E;
}
</style>
border-color css
<style>
span { border-color: #AB400E; }
span { border-color: rgb(171,64,14); }
td.TdClassName
{
border-color: #AB400E;
}
.TagClassName
{
border-color: #AB400E;
}
</style>