Shades of Rock Spray #A63F23
Tints of Rock Spray #A63F23
RGB
CMYK
RGB Variations
Color information
#A63F23 (or 0xA63F23) is known color: Rock Spray. HEX triplet: A6, 3F and 23. RGB value is (166,63,35). Sum of RGB (Red+Green+Blue) = 166+63+35=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F23 is #59C0DC. Grayscale: #5A5A5A. Windows color (decimal): -5882077 or 2310054. OLE color: 2310054.
HSL color Cylindrical-coordinate representation of color #A63F23: hue angle of 12.82º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A63F23 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 35 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.35 |
| HSL | 12.82º | 0.65% | 0.39% | - |
| HSV(B) | 12.82º | 0.79% | 0.65% | - |
| XYZ | 17.81 | 11.78 | 2.93 | - |
| YUV | 90.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 35 | 0 | 0.62 | 0.79 | 0.35 | 12.82 | 0.65 | 0.39 |
| Hex | A6 | 3F | 23 | 0 | 3E | 4F | 23 | D | 41 | 27 |
| Octal | 246 | 77 | 43 | 0 | 76 | 117 | 43 | 15 | 101 | 47 |
| Binary | 10100110 | 111111 | 100011 | 0 | 111110 | 1001111 | 100011 | 1101 | 1000001 | 100111 |
Color Harmonies of #A63F23
Complementary color
Monochromatic Colors of #A63F23
Black with #A63F23
Text Example
Text Example
White with #A63F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F23; }
p { color: rgb(166,63,35); }
H1.HeaderClassName
{
color: #A63F23;
}
.AnyTagClassName
{
color: #A63F23;
}
</style>
background-color css
<style>
a { background-color: #A63F23; }
a { background-color: rgb(166,63,35); }
div.DivClassName
{
background-color: #A63F23;
}
.BgClassName
{
background-color: #A63F23;
}
</style>
border-color css
<style>
span { border-color: #A63F23; }
span { border-color: rgb(166,63,35); }
td.TdClassName
{
border-color: #A63F23;
}
.TagClassName
{
border-color: #A63F23;
}
</style>