Shades of Rock Spray #A63E1E
Tints of Rock Spray #A63E1E
RGB
CMYK
RGB Variations
Color information
#A63E1E (or 0xA63E1E) is known color: Rock Spray. HEX triplet: A6, 3E and 1E. RGB value is (166,62,30). Sum of RGB (Red+Green+Blue) = 166+62+30=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63E1E is #59C1E1. Grayscale: #595959. Windows color (decimal): -5882338 or 1982118. OLE color: 1982118.
HSL color Cylindrical-coordinate representation of color #A63E1E: hue angle of 14.12º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A63E1E is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 30 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.35 |
| HSL | 14.12º | 0.69% | 0.38% | - |
| HSV(B) | 14.12º | 0.82% | 0.65% | - |
| XYZ | 17.68 | 11.65 | 2.54 | - |
| YUV | 89.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 30 | 0 | 0.63 | 0.82 | 0.35 | 14.12 | 0.69 | 0.38 |
| Hex | A6 | 3E | 1E | 0 | 3F | 52 | 23 | E | 45 | 26 |
| Octal | 246 | 76 | 36 | 0 | 77 | 122 | 43 | 16 | 105 | 46 |
| Binary | 10100110 | 111110 | 11110 | 0 | 111111 | 1010010 | 100011 | 1110 | 1000101 | 100110 |
Color Harmonies of #A63E1E
Complementary color
Monochromatic Colors of #A63E1E
Black with #A63E1E
Text Example
Text Example
White with #A63E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E1E; }
p { color: rgb(166,62,30); }
H1.HeaderClassName
{
color: #A63E1E;
}
.AnyTagClassName
{
color: #A63E1E;
}
</style>
background-color css
<style>
a { background-color: #A63E1E; }
a { background-color: rgb(166,62,30); }
div.DivClassName
{
background-color: #A63E1E;
}
.BgClassName
{
background-color: #A63E1E;
}
</style>
border-color css
<style>
span { border-color: #A63E1E; }
span { border-color: rgb(166,62,30); }
td.TdClassName
{
border-color: #A63E1E;
}
.TagClassName
{
border-color: #A63E1E;
}
</style>