Shades of Rock Spray #A23E1B
Tints of Rock Spray #A23E1B
RGB
CMYK
RGB Variations
Color information
#A23E1B (or 0xA23E1B) is known color: Rock Spray. HEX triplet: A2, 3E and 1B. RGB value is (162,62,27). Sum of RGB (Red+Green+Blue) = 162+62+27=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E1B is #5DC1E4. Grayscale: #585858. Windows color (decimal): -6144485 or 1785506. OLE color: 1785506.
HSL color Cylindrical-coordinate representation of color #A23E1B: hue angle of 15.56º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A23E1B is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 27 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.36 |
| HSL | 15.56º | 0.71% | 0.37% | - |
| HSV(B) | 15.56º | 0.83% | 0.64% | - |
| XYZ | 16.82 | 11.21 | 2.31 | - |
| YUV | 87.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 27 | 0 | 0.62 | 0.83 | 0.36 | 15.56 | 0.71 | 0.37 |
| Hex | A2 | 3E | 1B | 0 | 3E | 53 | 24 | 10 | 47 | 25 |
| Octal | 242 | 76 | 33 | 0 | 76 | 123 | 44 | 20 | 107 | 45 |
| Binary | 10100010 | 111110 | 11011 | 0 | 111110 | 1010011 | 100100 | 10000 | 1000111 | 100101 |
Color Harmonies of #A23E1B
Complementary color
Monochromatic Colors of #A23E1B
Black with #A23E1B
Text Example
Text Example
White with #A23E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E1B; }
p { color: rgb(162,62,27); }
H1.HeaderClassName
{
color: #A23E1B;
}
.AnyTagClassName
{
color: #A23E1B;
}
</style>
background-color css
<style>
a { background-color: #A23E1B; }
a { background-color: rgb(162,62,27); }
div.DivClassName
{
background-color: #A23E1B;
}
.BgClassName
{
background-color: #A23E1B;
}
</style>
border-color css
<style>
span { border-color: #A23E1B; }
span { border-color: rgb(162,62,27); }
td.TdClassName
{
border-color: #A23E1B;
}
.TagClassName
{
border-color: #A23E1B;
}
</style>