Shades of Rock Spray #A03919
Tints of Rock Spray #A03919
RGB
CMYK
RGB Variations
Color information
#A03919 (or 0xA03919) is known color: Rock Spray. HEX triplet: A0, 39 and 19. RGB value is (160,57,25). Sum of RGB (Red+Green+Blue) = 160+57+25=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A03919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03919 is #5FC6E6. Grayscale: #545454. Windows color (decimal): -6276839 or 1653152. OLE color: 1653152.
HSL color Cylindrical-coordinate representation of color #A03919: hue angle of 14.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A03919 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 25 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.37 |
| HSL | 14.22º | 0.73% | 0.36% | - |
| HSV(B) | 14.22º | 0.84% | 0.63% | - |
| XYZ | 16.14 | 10.47 | 2.09 | - |
| YUV | 84.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 25 | 0 | 0.64 | 0.84 | 0.37 | 14.22 | 0.73 | 0.36 |
| Hex | A0 | 39 | 19 | 0 | 40 | 54 | 25 | E | 49 | 24 |
| Octal | 240 | 71 | 31 | 0 | 100 | 124 | 45 | 16 | 111 | 44 |
| Binary | 10100000 | 111001 | 11001 | 0 | 1000000 | 1010100 | 100101 | 1110 | 1001001 | 100100 |
Color Harmonies of #A03919
Complementary color
Monochromatic Colors of #A03919
Black with #A03919
Text Example
Text Example
White with #A03919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03919; }
p { color: rgb(160,57,25); }
H1.HeaderClassName
{
color: #A03919;
}
.AnyTagClassName
{
color: #A03919;
}
</style>
background-color css
<style>
a { background-color: #A03919; }
a { background-color: rgb(160,57,25); }
div.DivClassName
{
background-color: #A03919;
}
.BgClassName
{
background-color: #A03919;
}
</style>
border-color css
<style>
span { border-color: #A03919; }
span { border-color: rgb(160,57,25); }
td.TdClassName
{
border-color: #A03919;
}
.TagClassName
{
border-color: #A03919;
}
</style>