Shades of Rust #AB4313
Tints of Rust #AB4313
RGB
CMYK
RGB Variations
Color information
#AB4313 (or 0xAB4313) is known color: Rust. HEX triplet: AB, 43 and 13. RGB value is (171,67,19). Sum of RGB (Red+Green+Blue) = 171+67+19=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4313 is #54BCEC. Grayscale: #5C5C5C. Windows color (decimal): -5553389 or 1262507. OLE color: 1262507.
HSL color Cylindrical-coordinate representation of color #AB4313: hue angle of 18.95º 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 #AB4313 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 19 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.33 |
| HSL | 18.95º | 0.8% | 0.37% | - |
| HSV(B) | 18.95º | 0.89% | 0.67% | - |
| XYZ | 18.92 | 12.72 | 2.07 | - |
| YUV | 92.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 19 | 0 | 0.61 | 0.89 | 0.33 | 18.95 | 0.8 | 0.37 |
| Hex | AB | 43 | 13 | 0 | 3D | 59 | 21 | 13 | 50 | 25 |
| Octal | 253 | 103 | 23 | 0 | 75 | 131 | 41 | 23 | 120 | 45 |
| Binary | 10101011 | 1000011 | 10011 | 0 | 111101 | 1011001 | 100001 | 10011 | 1010000 | 100101 |
Color Harmonies of #AB4313
Complementary color
Monochromatic Colors of #AB4313
Black with #AB4313
Text Example
Text Example
White with #AB4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4313; }
p { color: rgb(171,67,19); }
H1.HeaderClassName
{
color: #AB4313;
}
.AnyTagClassName
{
color: #AB4313;
}
</style>
background-color css
<style>
a { background-color: #AB4313; }
a { background-color: rgb(171,67,19); }
div.DivClassName
{
background-color: #AB4313;
}
.BgClassName
{
background-color: #AB4313;
}
</style>
border-color css
<style>
span { border-color: #AB4313; }
span { border-color: rgb(171,67,19); }
td.TdClassName
{
border-color: #AB4313;
}
.TagClassName
{
border-color: #AB4313;
}
</style>