Shades of Rust #AB421D
Tints of Rust #AB421D
RGB
CMYK
RGB Variations
Color information
#AB421D (or 0xAB421D) is known color: Rust. HEX triplet: AB, 42 and 1D. RGB value is (171,66,29). Sum of RGB (Red+Green+Blue) = 171+66+29=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB421D is #54BDE2. Grayscale: #5D5D5D. Windows color (decimal): -5553635 or 1917611. OLE color: 1917611.
HSL color Cylindrical-coordinate representation of color #AB421D: hue angle of 15.63º 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 #AB421D is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 29 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.33 |
| HSL | 15.63º | 0.71% | 0.39% | - |
| HSV(B) | 15.63º | 0.83% | 0.67% | - |
| XYZ | 18.96 | 12.64 | 2.6 | - |
| YUV | 93.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 29 | 0 | 0.61 | 0.83 | 0.33 | 15.63 | 0.71 | 0.39 |
| Hex | AB | 42 | 1D | 0 | 3D | 53 | 21 | 10 | 47 | 27 |
| Octal | 253 | 102 | 35 | 0 | 75 | 123 | 41 | 20 | 107 | 47 |
| Binary | 10101011 | 1000010 | 11101 | 0 | 111101 | 1010011 | 100001 | 10000 | 1000111 | 100111 |
Color Harmonies of #AB421D
Complementary color
Monochromatic Colors of #AB421D
Black with #AB421D
Text Example
Text Example
White with #AB421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB421D; }
p { color: rgb(171,66,29); }
H1.HeaderClassName
{
color: #AB421D;
}
.AnyTagClassName
{
color: #AB421D;
}
</style>
background-color css
<style>
a { background-color: #AB421D; }
a { background-color: rgb(171,66,29); }
div.DivClassName
{
background-color: #AB421D;
}
.BgClassName
{
background-color: #AB421D;
}
</style>
border-color css
<style>
span { border-color: #AB421D; }
span { border-color: rgb(171,66,29); }
td.TdClassName
{
border-color: #AB421D;
}
.TagClassName
{
border-color: #AB421D;
}
</style>