Shades of Rust #AB3C14
Tints of Rust #AB3C14
RGB
CMYK
RGB Variations
Color information
#AB3C14 (or 0xAB3C14) is known color: Rust. HEX triplet: AB, 3C and 14. RGB value is (171,60,20). Sum of RGB (Red+Green+Blue) = 171+60+20=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C14 is #54C3EB. Grayscale: #585858. Windows color (decimal): -5555180 or 1326251. OLE color: 1326251.
HSL color Cylindrical-coordinate representation of color #AB3C14: hue angle of 15.89º 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 #AB3C14 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 20 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.33 |
| HSL | 15.89º | 0.79% | 0.37% | - |
| HSV(B) | 15.89º | 0.88% | 0.67% | - |
| XYZ | 18.54 | 11.94 | 1.99 | - |
| YUV | 88.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 20 | 0 | 0.65 | 0.88 | 0.33 | 15.89 | 0.79 | 0.37 |
| Hex | AB | 3C | 14 | 0 | 41 | 58 | 21 | 10 | 4F | 25 |
| Octal | 253 | 74 | 24 | 0 | 101 | 130 | 41 | 20 | 117 | 45 |
| Binary | 10101011 | 111100 | 10100 | 0 | 1000001 | 1011000 | 100001 | 10000 | 1001111 | 100101 |
Color Harmonies of #AB3C14
Complementary color
Monochromatic Colors of #AB3C14
Black with #AB3C14
Text Example
Text Example
White with #AB3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C14; }
p { color: rgb(171,60,20); }
H1.HeaderClassName
{
color: #AB3C14;
}
.AnyTagClassName
{
color: #AB3C14;
}
</style>
background-color css
<style>
a { background-color: #AB3C14; }
a { background-color: rgb(171,60,20); }
div.DivClassName
{
background-color: #AB3C14;
}
.BgClassName
{
background-color: #AB3C14;
}
</style>
border-color css
<style>
span { border-color: #AB3C14; }
span { border-color: rgb(171,60,20); }
td.TdClassName
{
border-color: #AB3C14;
}
.TagClassName
{
border-color: #AB3C14;
}
</style>