Shades of Rock Spray #A03F29
Tints of Rock Spray #A03F29
RGB
CMYK
RGB Variations
Color information
#A03F29 (or 0xA03F29) is known color: Rock Spray. HEX triplet: A0, 3F and 29. RGB value is (160,63,41). Sum of RGB (Red+Green+Blue) = 160+63+41=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03F29 is #5FC0D6. Grayscale: #595959. Windows color (decimal): -6275287 or 2703264. OLE color: 2703264.
HSL color Cylindrical-coordinate representation of color #A03F29: hue angle of 11.09º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03F29 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 41 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.37 |
| HSL | 11.09º | 0.59% | 0.39% | - |
| HSV(B) | 11.09º | 0.74% | 0.63% | - |
| XYZ | 16.67 | 11.19 | 3.38 | - |
| YUV | 89.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 41 | 0 | 0.61 | 0.74 | 0.37 | 11.09 | 0.59 | 0.39 |
| Hex | A0 | 3F | 29 | 0 | 3D | 4A | 25 | B | 3B | 27 |
| Octal | 240 | 77 | 51 | 0 | 75 | 112 | 45 | 13 | 73 | 47 |
| Binary | 10100000 | 111111 | 101001 | 0 | 111101 | 1001010 | 100101 | 1011 | 111011 | 100111 |
Color Harmonies of #A03F29
Complementary color
Monochromatic Colors of #A03F29
Black with #A03F29
Text Example
Text Example
White with #A03F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F29; }
p { color: rgb(160,63,41); }
H1.HeaderClassName
{
color: #A03F29;
}
.AnyTagClassName
{
color: #A03F29;
}
</style>
background-color css
<style>
a { background-color: #A03F29; }
a { background-color: rgb(160,63,41); }
div.DivClassName
{
background-color: #A03F29;
}
.BgClassName
{
background-color: #A03F29;
}
</style>
border-color css
<style>
span { border-color: #A03F29; }
span { border-color: rgb(160,63,41); }
td.TdClassName
{
border-color: #A03F29;
}
.TagClassName
{
border-color: #A03F29;
}
</style>