Shades of Rust #AB340E
Tints of Rust #AB340E
RGB
CMYK
RGB Variations
Color information
#AB340E (or 0xAB340E) is known color: Rust. HEX triplet: AB, 34 and 0E. RGB value is (171,52,14). Sum of RGB (Red+Green+Blue) = 171+52+14=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB340E is #54CBF1. Grayscale: #535353. Windows color (decimal): -5557234 or 930987. OLE color: 930987.
HSL color Cylindrical-coordinate representation of color #AB340E: hue angle of 14.52º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB340E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 14 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.33 |
| HSL | 14.52º | 0.85% | 0.36% | - |
| HSV(B) | 14.52º | 0.92% | 0.67% | - |
| XYZ | 18.1 | 11.15 | 1.61 | - |
| YUV | 83.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 14 | 0 | 0.70 | 0.92 | 0.33 | 14.52 | 0.85 | 0.36 |
| Hex | AB | 34 | E | 0 | 46 | 5C | 21 | F | 55 | 24 |
| Octal | 253 | 64 | 16 | 0 | 106 | 134 | 41 | 17 | 125 | 44 |
| Binary | 10101011 | 110100 | 1110 | 0 | 1000110 | 1011100 | 100001 | 1111 | 1010101 | 100100 |
Color Harmonies of #AB340E
Complementary color
Monochromatic Colors of #AB340E
Black with #AB340E
Text Example
Text Example
White with #AB340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB340E; }
p { color: rgb(171,52,14); }
H1.HeaderClassName
{
color: #AB340E;
}
.AnyTagClassName
{
color: #AB340E;
}
</style>
background-color css
<style>
a { background-color: #AB340E; }
a { background-color: rgb(171,52,14); }
div.DivClassName
{
background-color: #AB340E;
}
.BgClassName
{
background-color: #AB340E;
}
</style>
border-color css
<style>
span { border-color: #AB340E; }
span { border-color: rgb(171,52,14); }
td.TdClassName
{
border-color: #AB340E;
}
.TagClassName
{
border-color: #AB340E;
}
</style>