Shades of Rock Spray #A03E23
Tints of Rock Spray #A03E23
RGB
CMYK
RGB Variations
Color information
#A03E23 (or 0xA03E23) is known color: Rock Spray. HEX triplet: A0, 3E and 23. RGB value is (160,62,35). Sum of RGB (Red+Green+Blue) = 160+62+35=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03E23 is #5FC1DC. Grayscale: #585858. Windows color (decimal): -6275549 or 2309792. OLE color: 2309792.
HSL color Cylindrical-coordinate representation of color #A03E23: hue angle of 12.96º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A03E23 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 35 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.37 |
| HSL | 12.96º | 0.64% | 0.38% | - |
| HSV(B) | 12.96º | 0.78% | 0.63% | - |
| XYZ | 16.52 | 11.04 | 2.85 | - |
| YUV | 88.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 35 | 0 | 0.61 | 0.78 | 0.37 | 12.96 | 0.64 | 0.38 |
| Hex | A0 | 3E | 23 | 0 | 3D | 4E | 25 | D | 40 | 26 |
| Octal | 240 | 76 | 43 | 0 | 75 | 116 | 45 | 15 | 100 | 46 |
| Binary | 10100000 | 111110 | 100011 | 0 | 111101 | 1001110 | 100101 | 1101 | 1000000 | 100110 |
Color Harmonies of #A03E23
Complementary color
Monochromatic Colors of #A03E23
Black with #A03E23
Text Example
Text Example
White with #A03E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E23; }
p { color: rgb(160,62,35); }
H1.HeaderClassName
{
color: #A03E23;
}
.AnyTagClassName
{
color: #A03E23;
}
</style>
background-color css
<style>
a { background-color: #A03E23; }
a { background-color: rgb(160,62,35); }
div.DivClassName
{
background-color: #A03E23;
}
.BgClassName
{
background-color: #A03E23;
}
</style>
border-color css
<style>
span { border-color: #A03E23; }
span { border-color: rgb(160,62,35); }
td.TdClassName
{
border-color: #A03E23;
}
.TagClassName
{
border-color: #A03E23;
}
</style>