Shades of Rock Spray #A63A1F
Tints of Rock Spray #A63A1F
RGB
CMYK
RGB Variations
Color information
#A63A1F (or 0xA63A1F) is known color: Rock Spray. HEX triplet: A6, 3A and 1F. RGB value is (166,58,31). Sum of RGB (Red+Green+Blue) = 166+58+31=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A1F is #59C5E0. Grayscale: #575757. Windows color (decimal): -5883361 or 2046630. OLE color: 2046630.
HSL color Cylindrical-coordinate representation of color #A63A1F: hue angle of 12º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A63A1F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 31 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.35 |
| HSL | 12º | 0.69% | 0.39% | - |
| HSV(B) | 12º | 0.81% | 0.65% | - |
| XYZ | 17.49 | 11.23 | 2.54 | - |
| YUV | 87.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 31 | 0 | 0.65 | 0.81 | 0.35 | 12 | 0.69 | 0.39 |
| Hex | A6 | 3A | 1F | 0 | 41 | 51 | 23 | C | 45 | 27 |
| Octal | 246 | 72 | 37 | 0 | 101 | 121 | 43 | 14 | 105 | 47 |
| Binary | 10100110 | 111010 | 11111 | 0 | 1000001 | 1010001 | 100011 | 1100 | 1000101 | 100111 |
Color Harmonies of #A63A1F
Complementary color
Monochromatic Colors of #A63A1F
Black with #A63A1F
Text Example
Text Example
White with #A63A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A1F; }
p { color: rgb(166,58,31); }
H1.HeaderClassName
{
color: #A63A1F;
}
.AnyTagClassName
{
color: #A63A1F;
}
</style>
background-color css
<style>
a { background-color: #A63A1F; }
a { background-color: rgb(166,58,31); }
div.DivClassName
{
background-color: #A63A1F;
}
.BgClassName
{
background-color: #A63A1F;
}
</style>
border-color css
<style>
span { border-color: #A63A1F; }
span { border-color: rgb(166,58,31); }
td.TdClassName
{
border-color: #A63A1F;
}
.TagClassName
{
border-color: #A63A1F;
}
</style>