Shades of Rock Spray #A63A1B
Tints of Rock Spray #A63A1B
RGB
CMYK
RGB Variations
Color information
#A63A1B (or 0xA63A1B) is known color: Rock Spray. HEX triplet: A6, 3A and 1B. RGB value is (166,58,27). Sum of RGB (Red+Green+Blue) = 166+58+27=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A1B is #59C5E4. Grayscale: #565656. Windows color (decimal): -5883365 or 1784486. OLE color: 1784486.
HSL color Cylindrical-coordinate representation of color #A63A1B: hue angle of 13.38º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A63A1B is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 27 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.35 |
| HSL | 13.38º | 0.72% | 0.38% | - |
| HSV(B) | 13.38º | 0.84% | 0.65% | - |
| XYZ | 17.44 | 11.21 | 2.28 | - |
| YUV | 86.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 27 | 0 | 0.65 | 0.84 | 0.35 | 13.38 | 0.72 | 0.38 |
| Hex | A6 | 3A | 1B | 0 | 41 | 54 | 23 | D | 48 | 26 |
| Octal | 246 | 72 | 33 | 0 | 101 | 124 | 43 | 15 | 110 | 46 |
| Binary | 10100110 | 111010 | 11011 | 0 | 1000001 | 1010100 | 100011 | 1101 | 1001000 | 100110 |
Color Harmonies of #A63A1B
Complementary color
Monochromatic Colors of #A63A1B
Black with #A63A1B
Text Example
Text Example
White with #A63A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A1B; }
p { color: rgb(166,58,27); }
H1.HeaderClassName
{
color: #A63A1B;
}
.AnyTagClassName
{
color: #A63A1B;
}
</style>
background-color css
<style>
a { background-color: #A63A1B; }
a { background-color: rgb(166,58,27); }
div.DivClassName
{
background-color: #A63A1B;
}
.BgClassName
{
background-color: #A63A1B;
}
</style>
border-color css
<style>
span { border-color: #A63A1B; }
span { border-color: rgb(166,58,27); }
td.TdClassName
{
border-color: #A63A1B;
}
.TagClassName
{
border-color: #A63A1B;
}
</style>