Shades of Rock Spray #A0361C
Tints of Rock Spray #A0361C
RGB
CMYK
RGB Variations
Color information
#A0361C (or 0xA0361C) is known color: Rock Spray. HEX triplet: A0, 36 and 1C. RGB value is (160,54,28). Sum of RGB (Red+Green+Blue) = 160+54+28=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0361C is #5FC9E3. Grayscale: #525252. Windows color (decimal): -6277604 or 1848992. OLE color: 1848992.
HSL color Cylindrical-coordinate representation of color #A0361C: hue angle of 11.82º 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 #A0361C is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 28 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.37 |
| HSL | 11.82º | 0.7% | 0.37% | - |
| HSV(B) | 11.82º | 0.83% | 0.63% | - |
| XYZ | 16.03 | 10.2 | 2.22 | - |
| YUV | 82.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 28 | 0 | 0.66 | 0.82 | 0.37 | 11.82 | 0.7 | 0.37 |
| Hex | A0 | 36 | 1C | 0 | 42 | 52 | 25 | C | 46 | 25 |
| Octal | 240 | 66 | 34 | 0 | 102 | 122 | 45 | 14 | 106 | 45 |
| Binary | 10100000 | 110110 | 11100 | 0 | 1000010 | 1010010 | 100101 | 1100 | 1000110 | 100101 |
Color Harmonies of #A0361C
Complementary color
Monochromatic Colors of #A0361C
Black with #A0361C
Text Example
Text Example
White with #A0361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0361C; }
p { color: rgb(160,54,28); }
H1.HeaderClassName
{
color: #A0361C;
}
.AnyTagClassName
{
color: #A0361C;
}
</style>
background-color css
<style>
a { background-color: #A0361C; }
a { background-color: rgb(160,54,28); }
div.DivClassName
{
background-color: #A0361C;
}
.BgClassName
{
background-color: #A0361C;
}
</style>
border-color css
<style>
span { border-color: #A0361C; }
span { border-color: rgb(160,54,28); }
td.TdClassName
{
border-color: #A0361C;
}
.TagClassName
{
border-color: #A0361C;
}
</style>