Shades of Rust #AB3C0F
Tints of Rust #AB3C0F
RGB
CMYK
RGB Variations
Color information
#AB3C0F (or 0xAB3C0F) is known color: Rust. HEX triplet: AB, 3C and 0F. RGB value is (171,60,15). Sum of RGB (Red+Green+Blue) = 171+60+15=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C0F is #54C3F0. Grayscale: #585858. Windows color (decimal): -5555185 or 998571. OLE color: 998571.
HSL color Cylindrical-coordinate representation of color #AB3C0F: hue angle of 17.31º 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 #AB3C0F is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 15 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.33 |
| HSL | 17.31º | 0.84% | 0.36% | - |
| HSV(B) | 17.31º | 0.91% | 0.67% | - |
| XYZ | 18.5 | 11.92 | 1.78 | - |
| YUV | 88.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 15 | 0 | 0.65 | 0.91 | 0.33 | 17.31 | 0.84 | 0.36 |
| Hex | AB | 3C | F | 0 | 41 | 5B | 21 | 11 | 54 | 24 |
| Octal | 253 | 74 | 17 | 0 | 101 | 133 | 41 | 21 | 124 | 44 |
| Binary | 10101011 | 111100 | 1111 | 0 | 1000001 | 1011011 | 100001 | 10001 | 1010100 | 100100 |
Color Harmonies of #AB3C0F
Complementary color
Monochromatic Colors of #AB3C0F
Black with #AB3C0F
Text Example
Text Example
White with #AB3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C0F; }
p { color: rgb(171,60,15); }
H1.HeaderClassName
{
color: #AB3C0F;
}
.AnyTagClassName
{
color: #AB3C0F;
}
</style>
background-color css
<style>
a { background-color: #AB3C0F; }
a { background-color: rgb(171,60,15); }
div.DivClassName
{
background-color: #AB3C0F;
}
.BgClassName
{
background-color: #AB3C0F;
}
</style>
border-color css
<style>
span { border-color: #AB3C0F; }
span { border-color: rgb(171,60,15); }
td.TdClassName
{
border-color: #AB3C0F;
}
.TagClassName
{
border-color: #AB3C0F;
}
</style>