Shades of Rock Spray #A0391C
Tints of Rock Spray #A0391C
RGB
CMYK
RGB Variations
Color information
#A0391C (or 0xA0391C) is known color: Rock Spray. HEX triplet: A0, 39 and 1C. RGB value is (160,57,28). Sum of RGB (Red+Green+Blue) = 160+57+28=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A0391C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0391C is #5FC6E3. Grayscale: #545454. Windows color (decimal): -6276836 or 1849760. OLE color: 1849760.
HSL color Cylindrical-coordinate representation of color #A0391C: hue angle of 13.18º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0391C is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 28 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.37 |
| HSL | 13.18º | 0.7% | 0.37% | - |
| HSV(B) | 13.18º | 0.83% | 0.63% | - |
| XYZ | 16.17 | 10.48 | 2.27 | - |
| YUV | 84.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 28 | 0 | 0.64 | 0.82 | 0.37 | 13.18 | 0.7 | 0.37 |
| Hex | A0 | 39 | 1C | 0 | 40 | 52 | 25 | D | 46 | 25 |
| Octal | 240 | 71 | 34 | 0 | 100 | 122 | 45 | 15 | 106 | 45 |
| Binary | 10100000 | 111001 | 11100 | 0 | 1000000 | 1010010 | 100101 | 1101 | 1000110 | 100101 |
Color Harmonies of #A0391C
Complementary color
Monochromatic Colors of #A0391C
Black with #A0391C
Text Example
Text Example
White with #A0391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0391C; }
p { color: rgb(160,57,28); }
H1.HeaderClassName
{
color: #A0391C;
}
.AnyTagClassName
{
color: #A0391C;
}
</style>
background-color css
<style>
a { background-color: #A0391C; }
a { background-color: rgb(160,57,28); }
div.DivClassName
{
background-color: #A0391C;
}
.BgClassName
{
background-color: #A0391C;
}
</style>
border-color css
<style>
span { border-color: #A0391C; }
span { border-color: rgb(160,57,28); }
td.TdClassName
{
border-color: #A0391C;
}
.TagClassName
{
border-color: #A0391C;
}
</style>