Shades of Rock Spray #A6361C
Tints of Rock Spray #A6361C
RGB
CMYK
RGB Variations
Color information
#A6361C (or 0xA6361C) is known color: Rock Spray. HEX triplet: A6, 36 and 1C. RGB value is (166,54,28). Sum of RGB (Red+Green+Blue) = 166+54+28=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6361C is #59C9E3. Grayscale: #545454. Windows color (decimal): -5884388 or 1848998. OLE color: 1848998.
HSL color Cylindrical-coordinate representation of color #A6361C: hue angle of 11.3º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6361C is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 28 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.35 |
| HSL | 11.3º | 0.71% | 0.38% | - |
| HSV(B) | 11.3º | 0.83% | 0.65% | - |
| XYZ | 17.25 | 10.83 | 2.28 | - |
| YUV | 84.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 28 | 0 | 0.67 | 0.83 | 0.35 | 11.3 | 0.71 | 0.38 |
| Hex | A6 | 36 | 1C | 0 | 43 | 53 | 23 | B | 47 | 26 |
| Octal | 246 | 66 | 34 | 0 | 103 | 123 | 43 | 13 | 107 | 46 |
| Binary | 10100110 | 110110 | 11100 | 0 | 1000011 | 1010011 | 100011 | 1011 | 1000111 | 100110 |
Color Harmonies of #A6361C
Complementary color
Monochromatic Colors of #A6361C
Black with #A6361C
Text Example
Text Example
White with #A6361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6361C; }
p { color: rgb(166,54,28); }
H1.HeaderClassName
{
color: #A6361C;
}
.AnyTagClassName
{
color: #A6361C;
}
</style>
background-color css
<style>
a { background-color: #A6361C; }
a { background-color: rgb(166,54,28); }
div.DivClassName
{
background-color: #A6361C;
}
.BgClassName
{
background-color: #A6361C;
}
</style>
border-color css
<style>
span { border-color: #A6361C; }
span { border-color: rgb(166,54,28); }
td.TdClassName
{
border-color: #A6361C;
}
.TagClassName
{
border-color: #A6361C;
}
</style>