Shades of Rock Spray #A23918
Tints of Rock Spray #A23918
RGB
CMYK
RGB Variations
Color information
#A23918 (or 0xA23918) is known color: Rock Spray. HEX triplet: A2, 39 and 18. RGB value is (162,57,24). Sum of RGB (Red+Green+Blue) = 162+57+24=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A23918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23918 is #5DC6E7. Grayscale: #545454. Windows color (decimal): -6145768 or 1587618. OLE color: 1587618.
HSL color Cylindrical-coordinate representation of color #A23918: hue angle of 14.35º 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 #A23918 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 24 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.36 |
| HSL | 14.35º | 0.74% | 0.36% | - |
| HSV(B) | 14.35º | 0.85% | 0.64% | - |
| XYZ | 16.53 | 10.67 | 2.05 | - |
| YUV | 84.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 24 | 0 | 0.65 | 0.85 | 0.36 | 14.35 | 0.74 | 0.36 |
| Hex | A2 | 39 | 18 | 0 | 41 | 55 | 24 | E | 4A | 24 |
| Octal | 242 | 71 | 30 | 0 | 101 | 125 | 44 | 16 | 112 | 44 |
| Binary | 10100010 | 111001 | 11000 | 0 | 1000001 | 1010101 | 100100 | 1110 | 1001010 | 100100 |
Color Harmonies of #A23918
Complementary color
Monochromatic Colors of #A23918
Black with #A23918
Text Example
Text Example
White with #A23918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23918; }
p { color: rgb(162,57,24); }
H1.HeaderClassName
{
color: #A23918;
}
.AnyTagClassName
{
color: #A23918;
}
</style>
background-color css
<style>
a { background-color: #A23918; }
a { background-color: rgb(162,57,24); }
div.DivClassName
{
background-color: #A23918;
}
.BgClassName
{
background-color: #A23918;
}
</style>
border-color css
<style>
span { border-color: #A23918; }
span { border-color: rgb(162,57,24); }
td.TdClassName
{
border-color: #A23918;
}
.TagClassName
{
border-color: #A23918;
}
</style>