Shades of Rust #AB3713
Tints of Rust #AB3713
RGB
CMYK
RGB Variations
Color information
#AB3713 (or 0xAB3713) is known color: Rust. HEX triplet: AB, 37 and 13. RGB value is (171,55,19). Sum of RGB (Red+Green+Blue) = 171+55+19=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3713 is #54C8EC. Grayscale: #555555. Windows color (decimal): -5556461 or 1259435. OLE color: 1259435.
HSL color Cylindrical-coordinate representation of color #AB3713: hue angle of 14.21º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB3713 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 19 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.33 |
| HSL | 14.21º | 0.8% | 0.37% | - |
| HSV(B) | 14.21º | 0.89% | 0.67% | - |
| XYZ | 18.28 | 11.44 | 1.86 | - |
| YUV | 85.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 19 | 0 | 0.68 | 0.89 | 0.33 | 14.21 | 0.8 | 0.37 |
| Hex | AB | 37 | 13 | 0 | 44 | 59 | 21 | E | 50 | 25 |
| Octal | 253 | 67 | 23 | 0 | 104 | 131 | 41 | 16 | 120 | 45 |
| Binary | 10101011 | 110111 | 10011 | 0 | 1000100 | 1011001 | 100001 | 1110 | 1010000 | 100101 |
Color Harmonies of #AB3713
Complementary color
Monochromatic Colors of #AB3713
Black with #AB3713
Text Example
Text Example
White with #AB3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3713; }
p { color: rgb(171,55,19); }
H1.HeaderClassName
{
color: #AB3713;
}
.AnyTagClassName
{
color: #AB3713;
}
</style>
background-color css
<style>
a { background-color: #AB3713; }
a { background-color: rgb(171,55,19); }
div.DivClassName
{
background-color: #AB3713;
}
.BgClassName
{
background-color: #AB3713;
}
</style>
border-color css
<style>
span { border-color: #AB3713; }
span { border-color: rgb(171,55,19); }
td.TdClassName
{
border-color: #AB3713;
}
.TagClassName
{
border-color: #AB3713;
}
</style>