Shades of Rust #AB3A0C
Tints of Rust #AB3A0C
RGB
CMYK
RGB Variations
Color information
#AB3A0C (or 0xAB3A0C) is known color: Rust. HEX triplet: AB, 3A and 0C. RGB value is (171,58,12). Sum of RGB (Red+Green+Blue) = 171+58+12=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A0C is #54C5F3. Grayscale: #565656. Windows color (decimal): -5555700 or 801451. OLE color: 801451.
HSL color Cylindrical-coordinate representation of color #AB3A0C: hue angle of 17.36º 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 #AB3A0C is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 12 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.33 |
| HSL | 17.36º | 0.87% | 0.36% | - |
| HSV(B) | 17.36º | 0.93% | 0.67% | - |
| XYZ | 18.37 | 11.71 | 1.64 | - |
| YUV | 86.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 12 | 0 | 0.66 | 0.93 | 0.33 | 17.36 | 0.87 | 0.36 |
| Hex | AB | 3A | C | 0 | 42 | 5D | 21 | 11 | 57 | 24 |
| Octal | 253 | 72 | 14 | 0 | 102 | 135 | 41 | 21 | 127 | 44 |
| Binary | 10101011 | 111010 | 1100 | 0 | 1000010 | 1011101 | 100001 | 10001 | 1010111 | 100100 |
Color Harmonies of #AB3A0C
Complementary color
Monochromatic Colors of #AB3A0C
Black with #AB3A0C
Text Example
Text Example
White with #AB3A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A0C; }
p { color: rgb(171,58,12); }
H1.HeaderClassName
{
color: #AB3A0C;
}
.AnyTagClassName
{
color: #AB3A0C;
}
</style>
background-color css
<style>
a { background-color: #AB3A0C; }
a { background-color: rgb(171,58,12); }
div.DivClassName
{
background-color: #AB3A0C;
}
.BgClassName
{
background-color: #AB3A0C;
}
</style>
border-color css
<style>
span { border-color: #AB3A0C; }
span { border-color: rgb(171,58,12); }
td.TdClassName
{
border-color: #AB3A0C;
}
.TagClassName
{
border-color: #AB3A0C;
}
</style>