Shades of Rock Spray #A03C23
Tints of Rock Spray #A03C23
RGB
CMYK
RGB Variations
Color information
#A03C23 (or 0xA03C23) is known color: Rock Spray. HEX triplet: A0, 3C and 23. RGB value is (160,60,35). Sum of RGB (Red+Green+Blue) = 160+60+35=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03C23 is #5FC3DC. Grayscale: #575757. Windows color (decimal): -6276061 or 2309280. OLE color: 2309280.
HSL color Cylindrical-coordinate representation of color #A03C23: hue angle of 12º 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 #A03C23 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 35 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.37 |
| HSL | 12º | 0.64% | 0.38% | - |
| HSV(B) | 12º | 0.78% | 0.63% | - |
| XYZ | 16.42 | 10.83 | 2.81 | - |
| YUV | 87.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 35 | 0 | 0.62 | 0.78 | 0.37 | 12 | 0.64 | 0.38 |
| Hex | A0 | 3C | 23 | 0 | 3E | 4E | 25 | C | 40 | 26 |
| Octal | 240 | 74 | 43 | 0 | 76 | 116 | 45 | 14 | 100 | 46 |
| Binary | 10100000 | 111100 | 100011 | 0 | 111110 | 1001110 | 100101 | 1100 | 1000000 | 100110 |
Color Harmonies of #A03C23
Complementary color
Monochromatic Colors of #A03C23
Black with #A03C23
Text Example
Text Example
White with #A03C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C23; }
p { color: rgb(160,60,35); }
H1.HeaderClassName
{
color: #A03C23;
}
.AnyTagClassName
{
color: #A03C23;
}
</style>
background-color css
<style>
a { background-color: #A03C23; }
a { background-color: rgb(160,60,35); }
div.DivClassName
{
background-color: #A03C23;
}
.BgClassName
{
background-color: #A03C23;
}
</style>
border-color css
<style>
span { border-color: #A03C23; }
span { border-color: rgb(160,60,35); }
td.TdClassName
{
border-color: #A03C23;
}
.TagClassName
{
border-color: #A03C23;
}
</style>