Shades of Rust #AB3A13
Tints of Rust #AB3A13
RGB
CMYK
RGB Variations
Color information
#AB3A13 (or 0xAB3A13) is known color: Rust. HEX triplet: AB, 3A and 13. RGB value is (171,58,19). Sum of RGB (Red+Green+Blue) = 171+58+19=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A13 is #54C5EC. Grayscale: #575757. Windows color (decimal): -5555693 or 1260203. OLE color: 1260203.
HSL color Cylindrical-coordinate representation of color #AB3A13: hue angle of 15.39º 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 #AB3A13 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 19 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.33 |
| HSL | 15.39º | 0.8% | 0.37% | - |
| HSV(B) | 15.39º | 0.89% | 0.67% | - |
| XYZ | 18.43 | 11.73 | 1.91 | - |
| YUV | 87.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 19 | 0 | 0.66 | 0.89 | 0.33 | 15.39 | 0.8 | 0.37 |
| Hex | AB | 3A | 13 | 0 | 42 | 59 | 21 | F | 50 | 25 |
| Octal | 253 | 72 | 23 | 0 | 102 | 131 | 41 | 17 | 120 | 45 |
| Binary | 10101011 | 111010 | 10011 | 0 | 1000010 | 1011001 | 100001 | 1111 | 1010000 | 100101 |
Color Harmonies of #AB3A13
Complementary color
Monochromatic Colors of #AB3A13
Black with #AB3A13
Text Example
Text Example
White with #AB3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A13; }
p { color: rgb(171,58,19); }
H1.HeaderClassName
{
color: #AB3A13;
}
.AnyTagClassName
{
color: #AB3A13;
}
</style>
background-color css
<style>
a { background-color: #AB3A13; }
a { background-color: rgb(171,58,19); }
div.DivClassName
{
background-color: #AB3A13;
}
.BgClassName
{
background-color: #AB3A13;
}
</style>
border-color css
<style>
span { border-color: #AB3A13; }
span { border-color: rgb(171,58,19); }
td.TdClassName
{
border-color: #AB3A13;
}
.TagClassName
{
border-color: #AB3A13;
}
</style>