Shades of Rust #AB420B
Tints of Rust #AB420B
RGB
CMYK
RGB Variations
Color information
#AB420B (or 0xAB420B) is known color: Rust. HEX triplet: AB, 42 and 0B. RGB value is (171,66,11). Sum of RGB (Red+Green+Blue) = 171+66+11=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB420B is #54BDF4. Grayscale: #5B5B5B. Windows color (decimal): -5553653 or 737963. OLE color: 737963.
HSL color Cylindrical-coordinate representation of color #AB420B: hue angle of 20.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB420B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.33 |
| HSL | 20.63º | 0.88% | 0.36% | - |
| HSV(B) | 20.63º | 0.94% | 0.67% | - |
| XYZ | 18.8 | 12.58 | 1.75 | - |
| YUV | 91.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 11 | 0 | 0.61 | 0.94 | 0.33 | 20.63 | 0.88 | 0.36 |
| Hex | AB | 42 | B | 0 | 3D | 5E | 21 | 15 | 58 | 24 |
| Octal | 253 | 102 | 13 | 0 | 75 | 136 | 41 | 25 | 130 | 44 |
| Binary | 10101011 | 1000010 | 1011 | 0 | 111101 | 1011110 | 100001 | 10101 | 1011000 | 100100 |
Color Harmonies of #AB420B
Complementary color
Monochromatic Colors of #AB420B
Black with #AB420B
Text Example
Text Example
White with #AB420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB420B; }
p { color: rgb(171,66,11); }
H1.HeaderClassName
{
color: #AB420B;
}
.AnyTagClassName
{
color: #AB420B;
}
</style>
background-color css
<style>
a { background-color: #AB420B; }
a { background-color: rgb(171,66,11); }
div.DivClassName
{
background-color: #AB420B;
}
.BgClassName
{
background-color: #AB420B;
}
</style>
border-color css
<style>
span { border-color: #AB420B; }
span { border-color: rgb(171,66,11); }
td.TdClassName
{
border-color: #AB420B;
}
.TagClassName
{
border-color: #AB420B;
}
</style>