Shades of Rust #AB400B
Tints of Rust #AB400B
RGB
CMYK
RGB Variations
Color information
#AB400B (or 0xAB400B) is known color: Rust. HEX triplet: AB, 40 and 0B. RGB value is (171,64,11). Sum of RGB (Red+Green+Blue) = 171+64+11=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB400B is #54BFF4. Grayscale: #5A5A5A. Windows color (decimal): -5554165 or 737451. OLE color: 737451.
HSL color Cylindrical-coordinate representation of color #AB400B: hue angle of 19.88º 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 #AB400B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.33 |
| HSL | 19.88º | 0.88% | 0.36% | - |
| HSV(B) | 19.88º | 0.94% | 0.67% | - |
| XYZ | 18.69 | 12.35 | 1.72 | - |
| YUV | 89.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 11 | 0 | 0.63 | 0.94 | 0.33 | 19.88 | 0.88 | 0.36 |
| Hex | AB | 40 | B | 0 | 3F | 5E | 21 | 14 | 58 | 24 |
| Octal | 253 | 100 | 13 | 0 | 77 | 136 | 41 | 24 | 130 | 44 |
| Binary | 10101011 | 1000000 | 1011 | 0 | 111111 | 1011110 | 100001 | 10100 | 1011000 | 100100 |
Color Harmonies of #AB400B
Complementary color
Monochromatic Colors of #AB400B
Black with #AB400B
Text Example
Text Example
White with #AB400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB400B; }
p { color: rgb(171,64,11); }
H1.HeaderClassName
{
color: #AB400B;
}
.AnyTagClassName
{
color: #AB400B;
}
</style>
background-color css
<style>
a { background-color: #AB400B; }
a { background-color: rgb(171,64,11); }
div.DivClassName
{
background-color: #AB400B;
}
.BgClassName
{
background-color: #AB400B;
}
</style>
border-color css
<style>
span { border-color: #AB400B; }
span { border-color: rgb(171,64,11); }
td.TdClassName
{
border-color: #AB400B;
}
.TagClassName
{
border-color: #AB400B;
}
</style>