Shades of Rock Spray #A03C2F
Tints of Rock Spray #A03C2F
RGB
CMYK
RGB Variations
Color information
#A03C2F (or 0xA03C2F) is known color: Rock Spray. HEX triplet: A0, 3C and 2F. RGB value is (160,60,47). Sum of RGB (Red+Green+Blue) = 160+60+47=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03C2F is #5FC3D0. Grayscale: #585858. Windows color (decimal): -6276049 or 3095712. OLE color: 3095712.
HSL color Cylindrical-coordinate representation of color #A03C2F: hue angle of 6.9º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A03C2F is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 47 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.37 |
| HSL | 6.9º | 0.55% | 0.41% | - |
| HSV(B) | 6.9º | 0.71% | 0.63% | - |
| XYZ | 16.63 | 10.91 | 3.92 | - |
| YUV | 88.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 47 | 0 | 0.62 | 0.71 | 0.37 | 6.9 | 0.55 | 0.41 |
| Hex | A0 | 3C | 2F | 0 | 3E | 47 | 25 | 7 | 37 | 29 |
| Octal | 240 | 74 | 57 | 0 | 76 | 107 | 45 | 7 | 67 | 51 |
| Binary | 10100000 | 111100 | 101111 | 0 | 111110 | 1000111 | 100101 | 111 | 110111 | 101001 |
Color Harmonies of #A03C2F
Complementary color
Monochromatic Colors of #A03C2F
Black with #A03C2F
Text Example
Text Example
White with #A03C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C2F; }
p { color: rgb(160,60,47); }
H1.HeaderClassName
{
color: #A03C2F;
}
.AnyTagClassName
{
color: #A03C2F;
}
</style>
background-color css
<style>
a { background-color: #A03C2F; }
a { background-color: rgb(160,60,47); }
div.DivClassName
{
background-color: #A03C2F;
}
.BgClassName
{
background-color: #A03C2F;
}
</style>
border-color css
<style>
span { border-color: #A03C2F; }
span { border-color: rgb(160,60,47); }
td.TdClassName
{
border-color: #A03C2F;
}
.TagClassName
{
border-color: #A03C2F;
}
</style>