Shades of Rock Spray #A63B29
Tints of Rock Spray #A63B29
RGB
CMYK
RGB Variations
Color information
#A63B29 (or 0xA63B29) is known color: Rock Spray. HEX triplet: A6, 3B and 29. RGB value is (166,59,41). Sum of RGB (Red+Green+Blue) = 166+59+41=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63B29 is #59C4D6. Grayscale: #595959. Windows color (decimal): -5883095 or 2702246. OLE color: 2702246.
HSL color Cylindrical-coordinate representation of color #A63B29: hue angle of 8.64º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63B29 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 59 | 41 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.35 |
| HSL | 8.64º | 0.6% | 0.41% | - |
| HSV(B) | 8.64º | 0.75% | 0.65% | - |
| XYZ | 17.69 | 11.4 | 3.36 | - |
| YUV | 88.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 41 | 0 | 0.64 | 0.75 | 0.35 | 8.64 | 0.6 | 0.41 |
| Hex | A6 | 3B | 29 | 0 | 40 | 4B | 23 | 9 | 3C | 29 |
| Octal | 246 | 73 | 51 | 0 | 100 | 113 | 43 | 11 | 74 | 51 |
| Binary | 10100110 | 111011 | 101001 | 0 | 1000000 | 1001011 | 100011 | 1001 | 111100 | 101001 |
Color Harmonies of #A63B29
Complementary color
Monochromatic Colors of #A63B29
Black with #A63B29
Text Example
Text Example
White with #A63B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63B29; }
p { color: rgb(166,59,41); }
H1.HeaderClassName
{
color: #A63B29;
}
.AnyTagClassName
{
color: #A63B29;
}
</style>
background-color css
<style>
a { background-color: #A63B29; }
a { background-color: rgb(166,59,41); }
div.DivClassName
{
background-color: #A63B29;
}
.BgClassName
{
background-color: #A63B29;
}
</style>
border-color css
<style>
span { border-color: #A63B29; }
span { border-color: rgb(166,59,41); }
td.TdClassName
{
border-color: #A63B29;
}
.TagClassName
{
border-color: #A63B29;
}
</style>