Shades of Rock Spray #A03C2A
Tints of Rock Spray #A03C2A
RGB
CMYK
RGB Variations
Color information
#A03C2A (or 0xA03C2A) is known color: Rock Spray. HEX triplet: A0, 3C and 2A. RGB value is (160,60,42). Sum of RGB (Red+Green+Blue) = 160+60+42=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03C2A is #5FC3D5. Grayscale: #585858. Windows color (decimal): -6276054 or 2768032. OLE color: 2768032.
HSL color Cylindrical-coordinate representation of color #A03C2A: hue angle of 9.15º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03C2A is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 42 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.37 |
| HSL | 9.15º | 0.58% | 0.4% | - |
| HSV(B) | 9.15º | 0.74% | 0.63% | - |
| XYZ | 16.53 | 10.87 | 3.42 | - |
| YUV | 87.85 | 102.13 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 42 | 0 | 0.62 | 0.74 | 0.37 | 9.15 | 0.58 | 0.4 |
| Hex | A0 | 3C | 2A | 0 | 3E | 4A | 25 | 9 | 3A | 28 |
| Octal | 240 | 74 | 52 | 0 | 76 | 112 | 45 | 11 | 72 | 50 |
| Binary | 10100000 | 111100 | 101010 | 0 | 111110 | 1001010 | 100101 | 1001 | 111010 | 101000 |
Color Harmonies of #A03C2A
Complementary color
Monochromatic Colors of #A03C2A
Black with #A03C2A
Text Example
Text Example
White with #A03C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C2A; }
p { color: rgb(160,60,42); }
H1.HeaderClassName
{
color: #A03C2A;
}
.AnyTagClassName
{
color: #A03C2A;
}
</style>
background-color css
<style>
a { background-color: #A03C2A; }
a { background-color: rgb(160,60,42); }
div.DivClassName
{
background-color: #A03C2A;
}
.BgClassName
{
background-color: #A03C2A;
}
</style>
border-color css
<style>
span { border-color: #A03C2A; }
span { border-color: rgb(160,60,42); }
td.TdClassName
{
border-color: #A03C2A;
}
.TagClassName
{
border-color: #A03C2A;
}
</style>