Shades of Rock Spray #A23B18
Tints of Rock Spray #A23B18
RGB
CMYK
RGB Variations
Color information
#A23B18 (or 0xA23B18) is known color: Rock Spray. HEX triplet: A2, 3B and 18. RGB value is (162,59,24). Sum of RGB (Red+Green+Blue) = 162+59+24=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23B18 is #5DC4E7. Grayscale: #565656. Windows color (decimal): -6145256 or 1588130. OLE color: 1588130.
HSL color Cylindrical-coordinate representation of color #A23B18: hue angle of 15.22º 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 #A23B18 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 24 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.36 |
| HSL | 15.22º | 0.74% | 0.36% | - |
| HSV(B) | 15.22º | 0.85% | 0.64% | - |
| XYZ | 16.63 | 10.88 | 2.09 | - |
| YUV | 85.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 24 | 0 | 0.64 | 0.85 | 0.36 | 15.22 | 0.74 | 0.36 |
| Hex | A2 | 3B | 18 | 0 | 40 | 55 | 24 | F | 4A | 24 |
| Octal | 242 | 73 | 30 | 0 | 100 | 125 | 44 | 17 | 112 | 44 |
| Binary | 10100010 | 111011 | 11000 | 0 | 1000000 | 1010101 | 100100 | 1111 | 1001010 | 100100 |
Color Harmonies of #A23B18
Complementary color
Monochromatic Colors of #A23B18
Black with #A23B18
Text Example
Text Example
White with #A23B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B18; }
p { color: rgb(162,59,24); }
H1.HeaderClassName
{
color: #A23B18;
}
.AnyTagClassName
{
color: #A23B18;
}
</style>
background-color css
<style>
a { background-color: #A23B18; }
a { background-color: rgb(162,59,24); }
div.DivClassName
{
background-color: #A23B18;
}
.BgClassName
{
background-color: #A23B18;
}
</style>
border-color css
<style>
span { border-color: #A23B18; }
span { border-color: rgb(162,59,24); }
td.TdClassName
{
border-color: #A23B18;
}
.TagClassName
{
border-color: #A23B18;
}
</style>