Shades of Rock Spray #A03918
Tints of Rock Spray #A03918
RGB
CMYK
RGB Variations
Color information
#A03918 (or 0xA03918) is known color: Rock Spray. HEX triplet: A0, 39 and 18. RGB value is (160,57,24). Sum of RGB (Red+Green+Blue) = 160+57+24=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A03918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03918 is #5FC6E7. Grayscale: #545454. Windows color (decimal): -6276840 or 1587616. OLE color: 1587616.
HSL color Cylindrical-coordinate representation of color #A03918: hue angle of 14.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A03918 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 24 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.37 |
| HSL | 14.56º | 0.74% | 0.36% | - |
| HSV(B) | 14.56º | 0.85% | 0.63% | - |
| XYZ | 16.13 | 10.47 | 2.03 | - |
| YUV | 84.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 24 | 0 | 0.64 | 0.85 | 0.37 | 14.56 | 0.74 | 0.36 |
| Hex | A0 | 39 | 18 | 0 | 40 | 55 | 25 | F | 4A | 24 |
| Octal | 240 | 71 | 30 | 0 | 100 | 125 | 45 | 17 | 112 | 44 |
| Binary | 10100000 | 111001 | 11000 | 0 | 1000000 | 1010101 | 100101 | 1111 | 1001010 | 100100 |
Color Harmonies of #A03918
Complementary color
Monochromatic Colors of #A03918
Black with #A03918
Text Example
Text Example
White with #A03918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03918; }
p { color: rgb(160,57,24); }
H1.HeaderClassName
{
color: #A03918;
}
.AnyTagClassName
{
color: #A03918;
}
</style>
background-color css
<style>
a { background-color: #A03918; }
a { background-color: rgb(160,57,24); }
div.DivClassName
{
background-color: #A03918;
}
.BgClassName
{
background-color: #A03918;
}
</style>
border-color css
<style>
span { border-color: #A03918; }
span { border-color: rgb(160,57,24); }
td.TdClassName
{
border-color: #A03918;
}
.TagClassName
{
border-color: #A03918;
}
</style>