Shades of Rock Spray #A03924
Tints of Rock Spray #A03924
RGB
CMYK
RGB Variations
Color information
#A03924 (or 0xA03924) is known color: Rock Spray. HEX triplet: A0, 39 and 24. RGB value is (160,57,36). Sum of RGB (Red+Green+Blue) = 160+57+36=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A03924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03924 is #5FC6DB. Grayscale: #555555. Windows color (decimal): -6276828 or 2374048. OLE color: 2374048.
HSL color Cylindrical-coordinate representation of color #A03924: hue angle of 10.16º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A03924 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 36 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.37 |
| HSL | 10.16º | 0.63% | 0.38% | - |
| HSV(B) | 10.16º | 0.78% | 0.63% | - |
| XYZ | 16.28 | 10.53 | 2.84 | - |
| YUV | 85.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 36 | 0 | 0.64 | 0.78 | 0.37 | 10.16 | 0.63 | 0.38 |
| Hex | A0 | 39 | 24 | 0 | 40 | 4E | 25 | A | 3F | 26 |
| Octal | 240 | 71 | 44 | 0 | 100 | 116 | 45 | 12 | 77 | 46 |
| Binary | 10100000 | 111001 | 100100 | 0 | 1000000 | 1001110 | 100101 | 1010 | 111111 | 100110 |
Color Harmonies of #A03924
Complementary color
Monochromatic Colors of #A03924
Black with #A03924
Text Example
Text Example
White with #A03924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03924; }
p { color: rgb(160,57,36); }
H1.HeaderClassName
{
color: #A03924;
}
.AnyTagClassName
{
color: #A03924;
}
</style>
background-color css
<style>
a { background-color: #A03924; }
a { background-color: rgb(160,57,36); }
div.DivClassName
{
background-color: #A03924;
}
.BgClassName
{
background-color: #A03924;
}
</style>
border-color css
<style>
span { border-color: #A03924; }
span { border-color: rgb(160,57,36); }
td.TdClassName
{
border-color: #A03924;
}
.TagClassName
{
border-color: #A03924;
}
</style>