Shades of Rock Spray #AB3C24
Tints of Rock Spray #AB3C24
RGB
CMYK
RGB Variations
Color information
#AB3C24 (or 0xAB3C24) is known color: Rock Spray. HEX triplet: AB, 3C and 24. RGB value is (171,60,36). Sum of RGB (Red+Green+Blue) = 171+60+36=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C24 is #54C3DB. Grayscale: #5A5A5A. Windows color (decimal): -5555164 or 2374827. OLE color: 2374827.
HSL color Cylindrical-coordinate representation of color #AB3C24: hue angle of 10.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB3C24 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 36 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.33 |
| HSL | 10.67º | 0.65% | 0.41% | - |
| HSV(B) | 10.67º | 0.79% | 0.67% | - |
| XYZ | 18.73 | 12.02 | 3 | - |
| YUV | 90.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 36 | 0 | 0.65 | 0.79 | 0.33 | 10.67 | 0.65 | 0.41 |
| Hex | AB | 3C | 24 | 0 | 41 | 4F | 21 | B | 41 | 29 |
| Octal | 253 | 74 | 44 | 0 | 101 | 117 | 41 | 13 | 101 | 51 |
| Binary | 10101011 | 111100 | 100100 | 0 | 1000001 | 1001111 | 100001 | 1011 | 1000001 | 101001 |
Color Harmonies of #AB3C24
Complementary color
Monochromatic Colors of #AB3C24
Black with #AB3C24
Text Example
Text Example
White with #AB3C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C24; }
p { color: rgb(171,60,36); }
H1.HeaderClassName
{
color: #AB3C24;
}
.AnyTagClassName
{
color: #AB3C24;
}
</style>
background-color css
<style>
a { background-color: #AB3C24; }
a { background-color: rgb(171,60,36); }
div.DivClassName
{
background-color: #AB3C24;
}
.BgClassName
{
background-color: #AB3C24;
}
</style>
border-color css
<style>
span { border-color: #AB3C24; }
span { border-color: rgb(171,60,36); }
td.TdClassName
{
border-color: #AB3C24;
}
.TagClassName
{
border-color: #AB3C24;
}
</style>