Shades of Rust #AB411E
Tints of Rust #AB411E
RGB
CMYK
RGB Variations
Color information
#AB411E (or 0xAB411E) is known color: Rust. HEX triplet: AB, 41 and 1E. RGB value is (171,65,30). Sum of RGB (Red+Green+Blue) = 171+65+30=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB411E is #54BEE1. Grayscale: #5C5C5C. Windows color (decimal): -5553890 or 1982891. OLE color: 1982891.
HSL color Cylindrical-coordinate representation of color #AB411E: hue angle of 14.89º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB411E is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 30 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.33 |
| HSL | 14.89º | 0.7% | 0.39% | - |
| HSV(B) | 14.89º | 0.82% | 0.67% | - |
| XYZ | 18.92 | 12.53 | 2.65 | - |
| YUV | 92.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 30 | 0 | 0.62 | 0.82 | 0.33 | 14.89 | 0.7 | 0.39 |
| Hex | AB | 41 | 1E | 0 | 3E | 52 | 21 | F | 46 | 27 |
| Octal | 253 | 101 | 36 | 0 | 76 | 122 | 41 | 17 | 106 | 47 |
| Binary | 10101011 | 1000001 | 11110 | 0 | 111110 | 1010010 | 100001 | 1111 | 1000110 | 100111 |
Color Harmonies of #AB411E
Complementary color
Monochromatic Colors of #AB411E
Black with #AB411E
Text Example
Text Example
White with #AB411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB411E; }
p { color: rgb(171,65,30); }
H1.HeaderClassName
{
color: #AB411E;
}
.AnyTagClassName
{
color: #AB411E;
}
</style>
background-color css
<style>
a { background-color: #AB411E; }
a { background-color: rgb(171,65,30); }
div.DivClassName
{
background-color: #AB411E;
}
.BgClassName
{
background-color: #AB411E;
}
</style>
border-color css
<style>
span { border-color: #AB411E; }
span { border-color: rgb(171,65,30); }
td.TdClassName
{
border-color: #AB411E;
}
.TagClassName
{
border-color: #AB411E;
}
</style>