Shades of Rust #AB401D
Tints of Rust #AB401D
RGB
CMYK
RGB Variations
Color information
#AB401D (or 0xAB401D) is known color: Rust. HEX triplet: AB, 40 and 1D. RGB value is (171,64,29). Sum of RGB (Red+Green+Blue) = 171+64+29=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB401D is #54BFE2. Grayscale: #5C5C5C. Windows color (decimal): -5554147 or 1917099. OLE color: 1917099.
HSL color Cylindrical-coordinate representation of color #AB401D: hue angle of 14.79º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB401D is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 29 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.33 |
| HSL | 14.79º | 0.71% | 0.39% | - |
| HSV(B) | 14.79º | 0.83% | 0.67% | - |
| XYZ | 18.85 | 12.41 | 2.56 | - |
| YUV | 92 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 29 | 0 | 0.63 | 0.83 | 0.33 | 14.79 | 0.71 | 0.39 |
| Hex | AB | 40 | 1D | 0 | 3F | 53 | 21 | F | 47 | 27 |
| Octal | 253 | 100 | 35 | 0 | 77 | 123 | 41 | 17 | 107 | 47 |
| Binary | 10101011 | 1000000 | 11101 | 0 | 111111 | 1010011 | 100001 | 1111 | 1000111 | 100111 |
Color Harmonies of #AB401D
Complementary color
Monochromatic Colors of #AB401D
Black with #AB401D
Text Example
Text Example
White with #AB401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB401D; }
p { color: rgb(171,64,29); }
H1.HeaderClassName
{
color: #AB401D;
}
.AnyTagClassName
{
color: #AB401D;
}
</style>
background-color css
<style>
a { background-color: #AB401D; }
a { background-color: rgb(171,64,29); }
div.DivClassName
{
background-color: #AB401D;
}
.BgClassName
{
background-color: #AB401D;
}
</style>
border-color css
<style>
span { border-color: #AB401D; }
span { border-color: rgb(171,64,29); }
td.TdClassName
{
border-color: #AB401D;
}
.TagClassName
{
border-color: #AB401D;
}
</style>