Shades of Rock Spray #A23E1E
Tints of Rock Spray #A23E1E
RGB
CMYK
RGB Variations
Color information
#A23E1E (or 0xA23E1E) is known color: Rock Spray. HEX triplet: A2, 3E and 1E. RGB value is (162,62,30). Sum of RGB (Red+Green+Blue) = 162+62+30=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E1E is #5DC1E1. Grayscale: #585858. Windows color (decimal): -6144482 or 1982114. OLE color: 1982114.
HSL color Cylindrical-coordinate representation of color #A23E1E: hue angle of 14.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A23E1E is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 30 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.36 |
| HSL | 14.55º | 0.69% | 0.38% | - |
| HSV(B) | 14.55º | 0.81% | 0.64% | - |
| XYZ | 16.86 | 11.22 | 2.51 | - |
| YUV | 88.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 30 | 0 | 0.62 | 0.81 | 0.36 | 14.55 | 0.69 | 0.38 |
| Hex | A2 | 3E | 1E | 0 | 3E | 51 | 24 | F | 45 | 26 |
| Octal | 242 | 76 | 36 | 0 | 76 | 121 | 44 | 17 | 105 | 46 |
| Binary | 10100010 | 111110 | 11110 | 0 | 111110 | 1010001 | 100100 | 1111 | 1000101 | 100110 |
Color Harmonies of #A23E1E
Complementary color
Monochromatic Colors of #A23E1E
Black with #A23E1E
Text Example
Text Example
White with #A23E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E1E; }
p { color: rgb(162,62,30); }
H1.HeaderClassName
{
color: #A23E1E;
}
.AnyTagClassName
{
color: #A23E1E;
}
</style>
background-color css
<style>
a { background-color: #A23E1E; }
a { background-color: rgb(162,62,30); }
div.DivClassName
{
background-color: #A23E1E;
}
.BgClassName
{
background-color: #A23E1E;
}
</style>
border-color css
<style>
span { border-color: #A23E1E; }
span { border-color: rgb(162,62,30); }
td.TdClassName
{
border-color: #A23E1E;
}
.TagClassName
{
border-color: #A23E1E;
}
</style>