Shades of Rock Spray #A83C24
Tints of Rock Spray #A83C24
RGB
CMYK
RGB Variations
Color information
#A83C24 (or 0xA83C24) is known color: Rock Spray. HEX triplet: A8, 3C and 24. RGB value is (168,60,36). Sum of RGB (Red+Green+Blue) = 168+60+36=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83C24 is #57C3DB. Grayscale: #595959. Windows color (decimal): -5751772 or 2374824. OLE color: 2374824.
HSL color Cylindrical-coordinate representation of color #A83C24: hue angle of 10.91º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A83C24 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 36 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.34 |
| HSL | 10.91º | 0.65% | 0.4% | - |
| HSV(B) | 10.91º | 0.79% | 0.66% | - |
| XYZ | 18.08 | 11.68 | 2.97 | - |
| YUV | 89.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 36 | 0 | 0.64 | 0.79 | 0.34 | 10.91 | 0.65 | 0.4 |
| Hex | A8 | 3C | 24 | 0 | 40 | 4F | 22 | B | 41 | 28 |
| Octal | 250 | 74 | 44 | 0 | 100 | 117 | 42 | 13 | 101 | 50 |
| Binary | 10101000 | 111100 | 100100 | 0 | 1000000 | 1001111 | 100010 | 1011 | 1000001 | 101000 |
Color Harmonies of #A83C24
Complementary color
Monochromatic Colors of #A83C24
Black with #A83C24
Text Example
Text Example
White with #A83C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C24; }
p { color: rgb(168,60,36); }
H1.HeaderClassName
{
color: #A83C24;
}
.AnyTagClassName
{
color: #A83C24;
}
</style>
background-color css
<style>
a { background-color: #A83C24; }
a { background-color: rgb(168,60,36); }
div.DivClassName
{
background-color: #A83C24;
}
.BgClassName
{
background-color: #A83C24;
}
</style>
border-color css
<style>
span { border-color: #A83C24; }
span { border-color: rgb(168,60,36); }
td.TdClassName
{
border-color: #A83C24;
}
.TagClassName
{
border-color: #A83C24;
}
</style>