Shades of Rust #AB3C0C
Tints of Rust #AB3C0C
RGB
CMYK
RGB Variations
Color information
#AB3C0C (or 0xAB3C0C) is known color: Rust. HEX triplet: AB, 3C and 0C. RGB value is (171,60,12). Sum of RGB (Red+Green+Blue) = 171+60+12=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C0C is #54C3F3. Grayscale: #585858. Windows color (decimal): -5555188 or 801963. OLE color: 801963.
HSL color Cylindrical-coordinate representation of color #AB3C0C: hue angle of 18.11º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB3C0C is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 12 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.33 |
| HSL | 18.11º | 0.87% | 0.36% | - |
| HSV(B) | 18.11º | 0.93% | 0.67% | - |
| XYZ | 18.48 | 11.92 | 1.67 | - |
| YUV | 87.72 | 85.27 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 12 | 0 | 0.65 | 0.93 | 0.33 | 18.11 | 0.87 | 0.36 |
| Hex | AB | 3C | C | 0 | 41 | 5D | 21 | 12 | 57 | 24 |
| Octal | 253 | 74 | 14 | 0 | 101 | 135 | 41 | 22 | 127 | 44 |
| Binary | 10101011 | 111100 | 1100 | 0 | 1000001 | 1011101 | 100001 | 10010 | 1010111 | 100100 |
Color Harmonies of #AB3C0C
Complementary color
Monochromatic Colors of #AB3C0C
Black with #AB3C0C
Text Example
Text Example
White with #AB3C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C0C; }
p { color: rgb(171,60,12); }
H1.HeaderClassName
{
color: #AB3C0C;
}
.AnyTagClassName
{
color: #AB3C0C;
}
</style>
background-color css
<style>
a { background-color: #AB3C0C; }
a { background-color: rgb(171,60,12); }
div.DivClassName
{
background-color: #AB3C0C;
}
.BgClassName
{
background-color: #AB3C0C;
}
</style>
border-color css
<style>
span { border-color: #AB3C0C; }
span { border-color: rgb(171,60,12); }
td.TdClassName
{
border-color: #AB3C0C;
}
.TagClassName
{
border-color: #AB3C0C;
}
</style>