Shades of Rock Spray #A03E33
Tints of Rock Spray #A03E33
RGB
CMYK
RGB Variations
Color information
#A03E33 (or 0xA03E33) is known color: Rock Spray. HEX triplet: A0, 3E and 33. RGB value is (160,62,51). Sum of RGB (Red+Green+Blue) = 160+62+51=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03E33 is #5FC1CC. Grayscale: #5A5A5A. Windows color (decimal): -6275533 or 3358368. OLE color: 3358368.
HSL color Cylindrical-coordinate representation of color #A03E33: hue angle of 6.06º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03E33 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 51 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.37 |
| HSL | 6.06º | 0.52% | 0.41% | - |
| HSV(B) | 6.06º | 0.68% | 0.63% | - |
| XYZ | 16.82 | 11.16 | 4.4 | - |
| YUV | 90.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 51 | 0 | 0.61 | 0.68 | 0.37 | 6.06 | 0.52 | 0.41 |
| Hex | A0 | 3E | 33 | 0 | 3D | 44 | 25 | 6 | 34 | 29 |
| Octal | 240 | 76 | 63 | 0 | 75 | 104 | 45 | 6 | 64 | 51 |
| Binary | 10100000 | 111110 | 110011 | 0 | 111101 | 1000100 | 100101 | 110 | 110100 | 101001 |
Color Harmonies of #A03E33
Complementary color
Monochromatic Colors of #A03E33
Black with #A03E33
Text Example
Text Example
White with #A03E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E33; }
p { color: rgb(160,62,51); }
H1.HeaderClassName
{
color: #A03E33;
}
.AnyTagClassName
{
color: #A03E33;
}
</style>
background-color css
<style>
a { background-color: #A03E33; }
a { background-color: rgb(160,62,51); }
div.DivClassName
{
background-color: #A03E33;
}
.BgClassName
{
background-color: #A03E33;
}
</style>
border-color css
<style>
span { border-color: #A03E33; }
span { border-color: rgb(160,62,51); }
td.TdClassName
{
border-color: #A03E33;
}
.TagClassName
{
border-color: #A03E33;
}
</style>