Shades of Rock Spray #A23C18
Tints of Rock Spray #A23C18
RGB
CMYK
RGB Variations
Color information
#A23C18 (or 0xA23C18) is known color: Rock Spray. HEX triplet: A2, 3C and 18. RGB value is (162,60,24). Sum of RGB (Red+Green+Blue) = 162+60+24=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23C18 is #5DC3E7. Grayscale: #565656. Windows color (decimal): -6145000 or 1588386. OLE color: 1588386.
HSL color Cylindrical-coordinate representation of color #A23C18: hue angle of 15.65º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A23C18 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 24 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.36 |
| HSL | 15.65º | 0.74% | 0.36% | - |
| HSV(B) | 15.65º | 0.85% | 0.64% | - |
| XYZ | 16.68 | 10.98 | 2.1 | - |
| YUV | 86.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 24 | 0 | 0.63 | 0.85 | 0.36 | 15.65 | 0.74 | 0.36 |
| Hex | A2 | 3C | 18 | 0 | 3F | 55 | 24 | 10 | 4A | 24 |
| Octal | 242 | 74 | 30 | 0 | 77 | 125 | 44 | 20 | 112 | 44 |
| Binary | 10100010 | 111100 | 11000 | 0 | 111111 | 1010101 | 100100 | 10000 | 1001010 | 100100 |
Color Harmonies of #A23C18
Complementary color
Monochromatic Colors of #A23C18
Black with #A23C18
Text Example
Text Example
White with #A23C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C18; }
p { color: rgb(162,60,24); }
H1.HeaderClassName
{
color: #A23C18;
}
.AnyTagClassName
{
color: #A23C18;
}
</style>
background-color css
<style>
a { background-color: #A23C18; }
a { background-color: rgb(162,60,24); }
div.DivClassName
{
background-color: #A23C18;
}
.BgClassName
{
background-color: #A23C18;
}
</style>
border-color css
<style>
span { border-color: #A23C18; }
span { border-color: rgb(162,60,24); }
td.TdClassName
{
border-color: #A23C18;
}
.TagClassName
{
border-color: #A23C18;
}
</style>