Shades of Rock Spray #A03D19
Tints of Rock Spray #A03D19
RGB
CMYK
RGB Variations
Color information
#A03D19 (or 0xA03D19) is known color: Rock Spray. HEX triplet: A0, 3D and 19. RGB value is (160,61,25). Sum of RGB (Red+Green+Blue) = 160+61+25=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03D19 is #5FC2E6. Grayscale: #565656. Windows color (decimal): -6275815 or 1654176. OLE color: 1654176.
HSL color Cylindrical-coordinate representation of color #A03D19: hue angle of 16º 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 #A03D19 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 25 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.37 |
| HSL | 16º | 0.73% | 0.36% | - |
| HSV(B) | 16º | 0.84% | 0.63% | - |
| XYZ | 16.34 | 10.88 | 2.16 | - |
| YUV | 86.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 25 | 0 | 0.62 | 0.84 | 0.37 | 16 | 0.73 | 0.36 |
| Hex | A0 | 3D | 19 | 0 | 3E | 54 | 25 | 10 | 49 | 24 |
| Octal | 240 | 75 | 31 | 0 | 76 | 124 | 45 | 20 | 111 | 44 |
| Binary | 10100000 | 111101 | 11001 | 0 | 111110 | 1010100 | 100101 | 10000 | 1001001 | 100100 |
Color Harmonies of #A03D19
Complementary color
Monochromatic Colors of #A03D19
Black with #A03D19
Text Example
Text Example
White with #A03D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D19; }
p { color: rgb(160,61,25); }
H1.HeaderClassName
{
color: #A03D19;
}
.AnyTagClassName
{
color: #A03D19;
}
</style>
background-color css
<style>
a { background-color: #A03D19; }
a { background-color: rgb(160,61,25); }
div.DivClassName
{
background-color: #A03D19;
}
.BgClassName
{
background-color: #A03D19;
}
</style>
border-color css
<style>
span { border-color: #A03D19; }
span { border-color: rgb(160,61,25); }
td.TdClassName
{
border-color: #A03D19;
}
.TagClassName
{
border-color: #A03D19;
}
</style>