Shades of Rust #AB4114
Tints of Rust #AB4114
RGB
CMYK
RGB Variations
Color information
#AB4114 (or 0xAB4114) is known color: Rust. HEX triplet: AB, 41 and 14. RGB value is (171,65,20). Sum of RGB (Red+Green+Blue) = 171+65+20=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4114 is #54BEEB. Grayscale: #5B5B5B. Windows color (decimal): -5553900 or 1327531. OLE color: 1327531.
HSL color Cylindrical-coordinate representation of color #AB4114: hue angle of 17.88º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB4114 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 20 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.33 |
| HSL | 17.88º | 0.79% | 0.37% | - |
| HSV(B) | 17.88º | 0.88% | 0.67% | - |
| XYZ | 18.81 | 12.49 | 2.08 | - |
| YUV | 91.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 20 | 0 | 0.62 | 0.88 | 0.33 | 17.88 | 0.79 | 0.37 |
| Hex | AB | 41 | 14 | 0 | 3E | 58 | 21 | 12 | 4F | 25 |
| Octal | 253 | 101 | 24 | 0 | 76 | 130 | 41 | 22 | 117 | 45 |
| Binary | 10101011 | 1000001 | 10100 | 0 | 111110 | 1011000 | 100001 | 10010 | 1001111 | 100101 |
Color Harmonies of #AB4114
Complementary color
Monochromatic Colors of #AB4114
Black with #AB4114
Text Example
Text Example
White with #AB4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4114; }
p { color: rgb(171,65,20); }
H1.HeaderClassName
{
color: #AB4114;
}
.AnyTagClassName
{
color: #AB4114;
}
</style>
background-color css
<style>
a { background-color: #AB4114; }
a { background-color: rgb(171,65,20); }
div.DivClassName
{
background-color: #AB4114;
}
.BgClassName
{
background-color: #AB4114;
}
</style>
border-color css
<style>
span { border-color: #AB4114; }
span { border-color: rgb(171,65,20); }
td.TdClassName
{
border-color: #AB4114;
}
.TagClassName
{
border-color: #AB4114;
}
</style>