Shades of Rust #AB340D
Tints of Rust #AB340D
RGB
CMYK
RGB Variations
Color information
#AB340D (or 0xAB340D) is known color: Rust. HEX triplet: AB, 34 and 0D. RGB value is (171,52,13). Sum of RGB (Red+Green+Blue) = 171+52+13=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB340D is #54CBF2. Grayscale: #535353. Windows color (decimal): -5557235 or 865451. OLE color: 865451.
HSL color Cylindrical-coordinate representation of color #AB340D: hue angle of 14.81º degrees, saturation: 0.86, 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 #AB340D is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 13 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.33 |
| HSL | 14.81º | 0.86% | 0.36% | - |
| HSV(B) | 14.81º | 0.92% | 0.67% | - |
| XYZ | 18.1 | 11.14 | 1.58 | - |
| YUV | 83.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 13 | 0 | 0.70 | 0.92 | 0.33 | 14.81 | 0.86 | 0.36 |
| Hex | AB | 34 | D | 0 | 46 | 5C | 21 | F | 56 | 24 |
| Octal | 253 | 64 | 15 | 0 | 106 | 134 | 41 | 17 | 126 | 44 |
| Binary | 10101011 | 110100 | 1101 | 0 | 1000110 | 1011100 | 100001 | 1111 | 1010110 | 100100 |
Color Harmonies of #AB340D
Complementary color
Monochromatic Colors of #AB340D
Black with #AB340D
Text Example
Text Example
White with #AB340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB340D; }
p { color: rgb(171,52,13); }
H1.HeaderClassName
{
color: #AB340D;
}
.AnyTagClassName
{
color: #AB340D;
}
</style>
background-color css
<style>
a { background-color: #AB340D; }
a { background-color: rgb(171,52,13); }
div.DivClassName
{
background-color: #AB340D;
}
.BgClassName
{
background-color: #AB340D;
}
</style>
border-color css
<style>
span { border-color: #AB340D; }
span { border-color: rgb(171,52,13); }
td.TdClassName
{
border-color: #AB340D;
}
.TagClassName
{
border-color: #AB340D;
}
</style>