Shades of Rock Spray #A03F32
Tints of Rock Spray #A03F32
RGB
CMYK
RGB Variations
Color information
#A03F32 (or 0xA03F32) is known color: Rock Spray. HEX triplet: A0, 3F and 32. RGB value is (160,63,50). Sum of RGB (Red+Green+Blue) = 160+63+50=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03F32 is #5FC0CD. Grayscale: #5A5A5A. Windows color (decimal): -6275278 or 3293088. OLE color: 3293088.
HSL color Cylindrical-coordinate representation of color #A03F32: hue angle of 7.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03F32 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 50 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.37 |
| HSL | 7.09º | 0.52% | 0.41% | - |
| HSV(B) | 7.09º | 0.69% | 0.63% | - |
| XYZ | 16.85 | 11.26 | 4.3 | - |
| YUV | 90.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 50 | 0 | 0.61 | 0.69 | 0.37 | 7.09 | 0.52 | 0.41 |
| Hex | A0 | 3F | 32 | 0 | 3D | 45 | 25 | 7 | 34 | 29 |
| Octal | 240 | 77 | 62 | 0 | 75 | 105 | 45 | 7 | 64 | 51 |
| Binary | 10100000 | 111111 | 110010 | 0 | 111101 | 1000101 | 100101 | 111 | 110100 | 101001 |
Color Harmonies of #A03F32
Complementary color
Monochromatic Colors of #A03F32
Black with #A03F32
Text Example
Text Example
White with #A03F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F32; }
p { color: rgb(160,63,50); }
H1.HeaderClassName
{
color: #A03F32;
}
.AnyTagClassName
{
color: #A03F32;
}
</style>
background-color css
<style>
a { background-color: #A03F32; }
a { background-color: rgb(160,63,50); }
div.DivClassName
{
background-color: #A03F32;
}
.BgClassName
{
background-color: #A03F32;
}
</style>
border-color css
<style>
span { border-color: #A03F32; }
span { border-color: rgb(160,63,50); }
td.TdClassName
{
border-color: #A03F32;
}
.TagClassName
{
border-color: #A03F32;
}
</style>