Shades of Rust #AB3C18
Tints of Rust #AB3C18
RGB
CMYK
RGB Variations
Color information
#AB3C18 (or 0xAB3C18) is known color: Rust. HEX triplet: AB, 3C and 18. RGB value is (171,60,24). Sum of RGB (Red+Green+Blue) = 171+60+24=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C18 is #54C3E7. Grayscale: #595959. Windows color (decimal): -5555176 or 1588395. OLE color: 1588395.
HSL color Cylindrical-coordinate representation of color #AB3C18: hue angle of 14.69º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB3C18 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 24 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.33 |
| HSL | 14.69º | 0.75% | 0.38% | - |
| HSV(B) | 14.69º | 0.86% | 0.67% | - |
| XYZ | 18.58 | 11.96 | 2.19 | - |
| YUV | 89.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 24 | 0 | 0.65 | 0.86 | 0.33 | 14.69 | 0.75 | 0.38 |
| Hex | AB | 3C | 18 | 0 | 41 | 56 | 21 | F | 4B | 26 |
| Octal | 253 | 74 | 30 | 0 | 101 | 126 | 41 | 17 | 113 | 46 |
| Binary | 10101011 | 111100 | 11000 | 0 | 1000001 | 1010110 | 100001 | 1111 | 1001011 | 100110 |
Color Harmonies of #AB3C18
Complementary color
Monochromatic Colors of #AB3C18
Black with #AB3C18
Text Example
Text Example
White with #AB3C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C18; }
p { color: rgb(171,60,24); }
H1.HeaderClassName
{
color: #AB3C18;
}
.AnyTagClassName
{
color: #AB3C18;
}
</style>
background-color css
<style>
a { background-color: #AB3C18; }
a { background-color: rgb(171,60,24); }
div.DivClassName
{
background-color: #AB3C18;
}
.BgClassName
{
background-color: #AB3C18;
}
</style>
border-color css
<style>
span { border-color: #AB3C18; }
span { border-color: rgb(171,60,24); }
td.TdClassName
{
border-color: #AB3C18;
}
.TagClassName
{
border-color: #AB3C18;
}
</style>