Shades of Rust #AB3513
Tints of Rust #AB3513
RGB
CMYK
RGB Variations
Color information
#AB3513 (or 0xAB3513) is known color: Rust. HEX triplet: AB, 35 and 13. RGB value is (171,53,19). Sum of RGB (Red+Green+Blue) = 171+53+19=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3513 is #54CAEC. Grayscale: #545454. Windows color (decimal): -5556973 or 1258923. OLE color: 1258923.
HSL color Cylindrical-coordinate representation of color #AB3513: hue angle of 13.42º 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 #AB3513 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 19 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.33 |
| HSL | 13.42º | 0.8% | 0.37% | - |
| HSV(B) | 13.42º | 0.89% | 0.67% | - |
| XYZ | 18.19 | 11.25 | 1.83 | - |
| YUV | 84.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 19 | 0 | 0.69 | 0.89 | 0.33 | 13.42 | 0.8 | 0.37 |
| Hex | AB | 35 | 13 | 0 | 45 | 59 | 21 | D | 50 | 25 |
| Octal | 253 | 65 | 23 | 0 | 105 | 131 | 41 | 15 | 120 | 45 |
| Binary | 10101011 | 110101 | 10011 | 0 | 1000101 | 1011001 | 100001 | 1101 | 1010000 | 100101 |
Color Harmonies of #AB3513
Complementary color
Monochromatic Colors of #AB3513
Black with #AB3513
Text Example
Text Example
White with #AB3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3513; }
p { color: rgb(171,53,19); }
H1.HeaderClassName
{
color: #AB3513;
}
.AnyTagClassName
{
color: #AB3513;
}
</style>
background-color css
<style>
a { background-color: #AB3513; }
a { background-color: rgb(171,53,19); }
div.DivClassName
{
background-color: #AB3513;
}
.BgClassName
{
background-color: #AB3513;
}
</style>
border-color css
<style>
span { border-color: #AB3513; }
span { border-color: rgb(171,53,19); }
td.TdClassName
{
border-color: #AB3513;
}
.TagClassName
{
border-color: #AB3513;
}
</style>