Shades of Rust #AB3415
Tints of Rust #AB3415
RGB
CMYK
RGB Variations
Color information
#AB3415 (or 0xAB3415) is known color: Rust. HEX triplet: AB, 34 and 15. RGB value is (171,52,21). Sum of RGB (Red+Green+Blue) = 171+52+21=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3415 is #54CBEA. Grayscale: #545454. Windows color (decimal): -5557227 or 1389739. OLE color: 1389739.
HSL color Cylindrical-coordinate representation of color #AB3415: hue angle of 12.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB3415 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 21 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.33 |
| HSL | 12.4º | 0.78% | 0.38% | - |
| HSV(B) | 12.4º | 0.88% | 0.67% | - |
| XYZ | 18.16 | 11.17 | 1.91 | - |
| YUV | 84.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 21 | 0 | 0.70 | 0.88 | 0.33 | 12.4 | 0.78 | 0.38 |
| Hex | AB | 34 | 15 | 0 | 46 | 58 | 21 | C | 4E | 26 |
| Octal | 253 | 64 | 25 | 0 | 106 | 130 | 41 | 14 | 116 | 46 |
| Binary | 10101011 | 110100 | 10101 | 0 | 1000110 | 1011000 | 100001 | 1100 | 1001110 | 100110 |
Color Harmonies of #AB3415
Complementary color
Monochromatic Colors of #AB3415
Black with #AB3415
Text Example
Text Example
White with #AB3415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3415; }
p { color: rgb(171,52,21); }
H1.HeaderClassName
{
color: #AB3415;
}
.AnyTagClassName
{
color: #AB3415;
}
</style>
background-color css
<style>
a { background-color: #AB3415; }
a { background-color: rgb(171,52,21); }
div.DivClassName
{
background-color: #AB3415;
}
.BgClassName
{
background-color: #AB3415;
}
</style>
border-color css
<style>
span { border-color: #AB3415; }
span { border-color: rgb(171,52,21); }
td.TdClassName
{
border-color: #AB3415;
}
.TagClassName
{
border-color: #AB3415;
}
</style>