Shades of Rust #AB410B
Tints of Rust #AB410B
RGB
CMYK
RGB Variations
Color information
#AB410B (or 0xAB410B) is known color: Rust. HEX triplet: AB, 41 and 0B. RGB value is (171,65,11). Sum of RGB (Red+Green+Blue) = 171+65+11=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB410B is #54BEF4. Grayscale: #5A5A5A. Windows color (decimal): -5553909 or 737707. OLE color: 737707.
HSL color Cylindrical-coordinate representation of color #AB410B: hue angle of 20.25º 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 #AB410B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.33 |
| HSL | 20.25º | 0.88% | 0.36% | - |
| HSV(B) | 20.25º | 0.94% | 0.67% | - |
| XYZ | 18.75 | 12.46 | 1.73 | - |
| YUV | 90.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 11 | 0 | 0.62 | 0.94 | 0.33 | 20.25 | 0.88 | 0.36 |
| Hex | AB | 41 | B | 0 | 3E | 5E | 21 | 14 | 58 | 24 |
| Octal | 253 | 101 | 13 | 0 | 76 | 136 | 41 | 24 | 130 | 44 |
| Binary | 10101011 | 1000001 | 1011 | 0 | 111110 | 1011110 | 100001 | 10100 | 1011000 | 100100 |
Color Harmonies of #AB410B
Complementary color
Monochromatic Colors of #AB410B
Black with #AB410B
Text Example
Text Example
White with #AB410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB410B; }
p { color: rgb(171,65,11); }
H1.HeaderClassName
{
color: #AB410B;
}
.AnyTagClassName
{
color: #AB410B;
}
</style>
background-color css
<style>
a { background-color: #AB410B; }
a { background-color: rgb(171,65,11); }
div.DivClassName
{
background-color: #AB410B;
}
.BgClassName
{
background-color: #AB410B;
}
</style>
border-color css
<style>
span { border-color: #AB410B; }
span { border-color: rgb(171,65,11); }
td.TdClassName
{
border-color: #AB410B;
}
.TagClassName
{
border-color: #AB410B;
}
</style>