Shades of Rust #AB3C0A
Tints of Rust #AB3C0A
RGB
CMYK
RGB Variations
Color information
#AB3C0A (or 0xAB3C0A) is known color: Rust. HEX triplet: AB, 3C and 0A. RGB value is (171,60,10). Sum of RGB (Red+Green+Blue) = 171+60+10=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C0A is #54C3F5. Grayscale: #575757. Windows color (decimal): -5555190 or 670891. OLE color: 670891.
HSL color Cylindrical-coordinate representation of color #AB3C0A: hue angle of 18.63º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB3C0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.33 |
| HSL | 18.63º | 0.89% | 0.35% | - |
| HSV(B) | 18.63º | 0.94% | 0.67% | - |
| XYZ | 18.47 | 11.91 | 1.61 | - |
| YUV | 87.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 10 | 0 | 0.65 | 0.94 | 0.33 | 18.63 | 0.89 | 0.35 |
| Hex | AB | 3C | A | 0 | 41 | 5E | 21 | 13 | 59 | 23 |
| Octal | 253 | 74 | 12 | 0 | 101 | 136 | 41 | 23 | 131 | 43 |
| Binary | 10101011 | 111100 | 1010 | 0 | 1000001 | 1011110 | 100001 | 10011 | 1011001 | 100011 |
Color Harmonies of #AB3C0A
Complementary color
Monochromatic Colors of #AB3C0A
Black with #AB3C0A
Text Example
Text Example
White with #AB3C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C0A; }
p { color: rgb(171,60,10); }
H1.HeaderClassName
{
color: #AB3C0A;
}
.AnyTagClassName
{
color: #AB3C0A;
}
</style>
background-color css
<style>
a { background-color: #AB3C0A; }
a { background-color: rgb(171,60,10); }
div.DivClassName
{
background-color: #AB3C0A;
}
.BgClassName
{
background-color: #AB3C0A;
}
</style>
border-color css
<style>
span { border-color: #AB3C0A; }
span { border-color: rgb(171,60,10); }
td.TdClassName
{
border-color: #AB3C0A;
}
.TagClassName
{
border-color: #AB3C0A;
}
</style>