Shades of Rust #AB411A
Tints of Rust #AB411A
RGB
CMYK
RGB Variations
Color information
#AB411A (or 0xAB411A) is known color: Rust. HEX triplet: AB, 41 and 1A. RGB value is (171,65,26). Sum of RGB (Red+Green+Blue) = 171+65+26=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB411A is #54BEE5. Grayscale: #5C5C5C. Windows color (decimal): -5553894 or 1720747. OLE color: 1720747.
HSL color Cylindrical-coordinate representation of color #AB411A: hue angle of 16.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB411A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 26 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.33 |
| HSL | 16.14º | 0.74% | 0.39% | - |
| HSV(B) | 16.14º | 0.85% | 0.67% | - |
| XYZ | 18.87 | 12.51 | 2.4 | - |
| YUV | 92.25 | 90.62 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 26 | 0 | 0.62 | 0.85 | 0.33 | 16.14 | 0.74 | 0.39 |
| Hex | AB | 41 | 1A | 0 | 3E | 55 | 21 | 10 | 4A | 27 |
| Octal | 253 | 101 | 32 | 0 | 76 | 125 | 41 | 20 | 112 | 47 |
| Binary | 10101011 | 1000001 | 11010 | 0 | 111110 | 1010101 | 100001 | 10000 | 1001010 | 100111 |
Color Harmonies of #AB411A
Complementary color
Monochromatic Colors of #AB411A
Black with #AB411A
Text Example
Text Example
White with #AB411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB411A; }
p { color: rgb(171,65,26); }
H1.HeaderClassName
{
color: #AB411A;
}
.AnyTagClassName
{
color: #AB411A;
}
</style>
background-color css
<style>
a { background-color: #AB411A; }
a { background-color: rgb(171,65,26); }
div.DivClassName
{
background-color: #AB411A;
}
.BgClassName
{
background-color: #AB411A;
}
</style>
border-color css
<style>
span { border-color: #AB411A; }
span { border-color: rgb(171,65,26); }
td.TdClassName
{
border-color: #AB411A;
}
.TagClassName
{
border-color: #AB411A;
}
</style>