Shades of Rock Spray #A0411D
Tints of Rock Spray #A0411D
RGB
CMYK
RGB Variations
Color information
#A0411D (or 0xA0411D) is known color: Rock Spray. HEX triplet: A0, 41 and 1D. RGB value is (160,65,29). Sum of RGB (Red+Green+Blue) = 160+65+29=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A0411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0411D is #5FBEE2. Grayscale: #595959. Windows color (decimal): -6274787 or 1917344. OLE color: 1917344.
HSL color Cylindrical-coordinate representation of color #A0411D: hue angle of 16.49º degrees, saturation: 0.69, 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 #A0411D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 29 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.37 |
| HSL | 16.49º | 0.69% | 0.37% | - |
| HSV(B) | 16.49º | 0.82% | 0.63% | - |
| XYZ | 16.61 | 11.34 | 2.48 | - |
| YUV | 89.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 29 | 0 | 0.59 | 0.82 | 0.37 | 16.49 | 0.69 | 0.37 |
| Hex | A0 | 41 | 1D | 0 | 3B | 52 | 25 | 10 | 45 | 25 |
| Octal | 240 | 101 | 35 | 0 | 73 | 122 | 45 | 20 | 105 | 45 |
| Binary | 10100000 | 1000001 | 11101 | 0 | 111011 | 1010010 | 100101 | 10000 | 1000101 | 100101 |
Color Harmonies of #A0411D
Complementary color
Monochromatic Colors of #A0411D
Black with #A0411D
Text Example
Text Example
White with #A0411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0411D; }
p { color: rgb(160,65,29); }
H1.HeaderClassName
{
color: #A0411D;
}
.AnyTagClassName
{
color: #A0411D;
}
</style>
background-color css
<style>
a { background-color: #A0411D; }
a { background-color: rgb(160,65,29); }
div.DivClassName
{
background-color: #A0411D;
}
.BgClassName
{
background-color: #A0411D;
}
</style>
border-color css
<style>
span { border-color: #A0411D; }
span { border-color: rgb(160,65,29); }
td.TdClassName
{
border-color: #A0411D;
}
.TagClassName
{
border-color: #A0411D;
}
</style>