Shades of Rock Spray #A63D1B
Tints of Rock Spray #A63D1B
RGB
CMYK
RGB Variations
Color information
#A63D1B (or 0xA63D1B) is known color: Rock Spray. HEX triplet: A6, 3D and 1B. RGB value is (166,61,27). Sum of RGB (Red+Green+Blue) = 166+61+27=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D1B is #59C2E4. Grayscale: #585858. Windows color (decimal): -5882597 or 1785254. OLE color: 1785254.
HSL color Cylindrical-coordinate representation of color #A63D1B: hue angle of 14.68º 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 #A63D1B is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 27 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.35 |
| HSL | 14.68º | 0.72% | 0.38% | - |
| HSV(B) | 14.68º | 0.84% | 0.65% | - |
| XYZ | 17.59 | 11.52 | 2.33 | - |
| YUV | 88.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 27 | 0 | 0.63 | 0.84 | 0.35 | 14.68 | 0.72 | 0.38 |
| Hex | A6 | 3D | 1B | 0 | 3F | 54 | 23 | F | 48 | 26 |
| Octal | 246 | 75 | 33 | 0 | 77 | 124 | 43 | 17 | 110 | 46 |
| Binary | 10100110 | 111101 | 11011 | 0 | 111111 | 1010100 | 100011 | 1111 | 1001000 | 100110 |
Color Harmonies of #A63D1B
Complementary color
Monochromatic Colors of #A63D1B
Black with #A63D1B
Text Example
Text Example
White with #A63D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D1B; }
p { color: rgb(166,61,27); }
H1.HeaderClassName
{
color: #A63D1B;
}
.AnyTagClassName
{
color: #A63D1B;
}
</style>
background-color css
<style>
a { background-color: #A63D1B; }
a { background-color: rgb(166,61,27); }
div.DivClassName
{
background-color: #A63D1B;
}
.BgClassName
{
background-color: #A63D1B;
}
</style>
border-color css
<style>
span { border-color: #A63D1B; }
span { border-color: rgb(166,61,27); }
td.TdClassName
{
border-color: #A63D1B;
}
.TagClassName
{
border-color: #A63D1B;
}
</style>