Shades of Rust #AB4414
Tints of Rust #AB4414
RGB
CMYK
RGB Variations
Color information
#AB4414 (or 0xAB4414) is known color: Rust. HEX triplet: AB, 44 and 14. RGB value is (171,68,20). Sum of RGB (Red+Green+Blue) = 171+68+20=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4414 is #54BBEB. Grayscale: #5D5D5D. Windows color (decimal): -5553132 or 1328299. OLE color: 1328299.
HSL color Cylindrical-coordinate representation of color #AB4414: hue angle of 19.07º 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 #AB4414 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 20 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.33 |
| HSL | 19.07º | 0.79% | 0.37% | - |
| HSV(B) | 19.07º | 0.88% | 0.67% | - |
| XYZ | 18.99 | 12.84 | 2.14 | - |
| YUV | 93.33 | 86.62 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 20 | 0 | 0.60 | 0.88 | 0.33 | 19.07 | 0.79 | 0.37 |
| Hex | AB | 44 | 14 | 0 | 3C | 58 | 21 | 13 | 4F | 25 |
| Octal | 253 | 104 | 24 | 0 | 74 | 130 | 41 | 23 | 117 | 45 |
| Binary | 10101011 | 1000100 | 10100 | 0 | 111100 | 1011000 | 100001 | 10011 | 1001111 | 100101 |
Color Harmonies of #AB4414
Complementary color
Monochromatic Colors of #AB4414
Black with #AB4414
Text Example
Text Example
White with #AB4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4414; }
p { color: rgb(171,68,20); }
H1.HeaderClassName
{
color: #AB4414;
}
.AnyTagClassName
{
color: #AB4414;
}
</style>
background-color css
<style>
a { background-color: #AB4414; }
a { background-color: rgb(171,68,20); }
div.DivClassName
{
background-color: #AB4414;
}
.BgClassName
{
background-color: #AB4414;
}
</style>
border-color css
<style>
span { border-color: #AB4414; }
span { border-color: rgb(171,68,20); }
td.TdClassName
{
border-color: #AB4414;
}
.TagClassName
{
border-color: #AB4414;
}
</style>