Shades of Rust #AB401E
Tints of Rust #AB401E
RGB
CMYK
RGB Variations
Color information
#AB401E (or 0xAB401E) is known color: Rust. HEX triplet: AB, 40 and 1E. RGB value is (171,64,30). Sum of RGB (Red+Green+Blue) = 171+64+30=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB401E is #54BFE1. Grayscale: #5C5C5C. Windows color (decimal): -5554146 or 1982635. OLE color: 1982635.
HSL color Cylindrical-coordinate representation of color #AB401E: hue angle of 14.47º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB401E is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 30 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.33 |
| HSL | 14.47º | 0.7% | 0.39% | - |
| HSV(B) | 14.47º | 0.82% | 0.67% | - |
| XYZ | 18.86 | 12.42 | 2.63 | - |
| YUV | 92.12 | 92.95 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 30 | 0 | 0.63 | 0.82 | 0.33 | 14.47 | 0.7 | 0.39 |
| Hex | AB | 40 | 1E | 0 | 3F | 52 | 21 | E | 46 | 27 |
| Octal | 253 | 100 | 36 | 0 | 77 | 122 | 41 | 16 | 106 | 47 |
| Binary | 10101011 | 1000000 | 11110 | 0 | 111111 | 1010010 | 100001 | 1110 | 1000110 | 100111 |
Color Harmonies of #AB401E
Complementary color
Monochromatic Colors of #AB401E
Black with #AB401E
Text Example
Text Example
White with #AB401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB401E; }
p { color: rgb(171,64,30); }
H1.HeaderClassName
{
color: #AB401E;
}
.AnyTagClassName
{
color: #AB401E;
}
</style>
background-color css
<style>
a { background-color: #AB401E; }
a { background-color: rgb(171,64,30); }
div.DivClassName
{
background-color: #AB401E;
}
.BgClassName
{
background-color: #AB401E;
}
</style>
border-color css
<style>
span { border-color: #AB401E; }
span { border-color: rgb(171,64,30); }
td.TdClassName
{
border-color: #AB401E;
}
.TagClassName
{
border-color: #AB401E;
}
</style>