Shades of Rust #AB340F
Tints of Rust #AB340F
RGB
CMYK
RGB Variations
Color information
#AB340F (or 0xAB340F) is known color: Rust. HEX triplet: AB, 34 and 0F. RGB value is (171,52,15). Sum of RGB (Red+Green+Blue) = 171+52+15=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB340F is #54CBF0. Grayscale: #535353. Windows color (decimal): -5557233 or 996523. OLE color: 996523.
HSL color Cylindrical-coordinate representation of color #AB340F: hue angle of 14.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB340F is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 15 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.33 |
| HSL | 14.23º | 0.84% | 0.36% | - |
| HSV(B) | 14.23º | 0.91% | 0.67% | - |
| XYZ | 18.11 | 11.15 | 1.65 | - |
| YUV | 83.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 15 | 0 | 0.70 | 0.91 | 0.33 | 14.23 | 0.84 | 0.36 |
| Hex | AB | 34 | F | 0 | 46 | 5B | 21 | E | 54 | 24 |
| Octal | 253 | 64 | 17 | 0 | 106 | 133 | 41 | 16 | 124 | 44 |
| Binary | 10101011 | 110100 | 1111 | 0 | 1000110 | 1011011 | 100001 | 1110 | 1010100 | 100100 |
Color Harmonies of #AB340F
Complementary color
Monochromatic Colors of #AB340F
Black with #AB340F
Text Example
Text Example
White with #AB340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB340F; }
p { color: rgb(171,52,15); }
H1.HeaderClassName
{
color: #AB340F;
}
.AnyTagClassName
{
color: #AB340F;
}
</style>
background-color css
<style>
a { background-color: #AB340F; }
a { background-color: rgb(171,52,15); }
div.DivClassName
{
background-color: #AB340F;
}
.BgClassName
{
background-color: #AB340F;
}
</style>
border-color css
<style>
span { border-color: #AB340F; }
span { border-color: rgb(171,52,15); }
td.TdClassName
{
border-color: #AB340F;
}
.TagClassName
{
border-color: #AB340F;
}
</style>