Shades of Rock Spray #AB3A20
Tints of Rock Spray #AB3A20
RGB
CMYK
RGB Variations
Color information
#AB3A20 (or 0xAB3A20) is known color: Rock Spray. HEX triplet: AB, 3A and 20. RGB value is (171,58,32). Sum of RGB (Red+Green+Blue) = 171+58+32=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A20 is #54C5DF. Grayscale: #595959. Windows color (decimal): -5555680 or 2112171. OLE color: 2112171.
HSL color Cylindrical-coordinate representation of color #AB3A20: hue angle of 11.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB3A20 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 32 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.33 |
| HSL | 11.22º | 0.68% | 0.4% | - |
| HSV(B) | 11.22º | 0.81% | 0.67% | - |
| XYZ | 18.57 | 11.79 | 2.66 | - |
| YUV | 88.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 32 | 0 | 0.66 | 0.81 | 0.33 | 11.22 | 0.68 | 0.4 |
| Hex | AB | 3A | 20 | 0 | 42 | 51 | 21 | B | 44 | 28 |
| Octal | 253 | 72 | 40 | 0 | 102 | 121 | 41 | 13 | 104 | 50 |
| Binary | 10101011 | 111010 | 100000 | 0 | 1000010 | 1010001 | 100001 | 1011 | 1000100 | 101000 |
Color Harmonies of #AB3A20
Complementary color
Monochromatic Colors of #AB3A20
Black with #AB3A20
Text Example
Text Example
White with #AB3A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A20; }
p { color: rgb(171,58,32); }
H1.HeaderClassName
{
color: #AB3A20;
}
.AnyTagClassName
{
color: #AB3A20;
}
</style>
background-color css
<style>
a { background-color: #AB3A20; }
a { background-color: rgb(171,58,32); }
div.DivClassName
{
background-color: #AB3A20;
}
.BgClassName
{
background-color: #AB3A20;
}
</style>
border-color css
<style>
span { border-color: #AB3A20; }
span { border-color: rgb(171,58,32); }
td.TdClassName
{
border-color: #AB3A20;
}
.TagClassName
{
border-color: #AB3A20;
}
</style>