Shades of Rock Spray #A23E2D
Tints of Rock Spray #A23E2D
RGB
CMYK
RGB Variations
Color information
#A23E2D (or 0xA23E2D) is known color: Rock Spray. HEX triplet: A2, 3E and 2D. RGB value is (162,62,45). Sum of RGB (Red+Green+Blue) = 162+62+45=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E2D is #5DC1D2. Grayscale: #5A5A5A. Windows color (decimal): -6144467 or 2965154. OLE color: 2965154.
HSL color Cylindrical-coordinate representation of color #A23E2D: hue angle of 8.72º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23E2D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 45 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.36 |
| HSL | 8.72º | 0.57% | 0.41% | - |
| HSV(B) | 8.72º | 0.72% | 0.64% | - |
| XYZ | 17.1 | 11.32 | 3.77 | - |
| YUV | 89.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 45 | 0 | 0.62 | 0.72 | 0.36 | 8.72 | 0.57 | 0.41 |
| Hex | A2 | 3E | 2D | 0 | 3E | 48 | 24 | 9 | 39 | 29 |
| Octal | 242 | 76 | 55 | 0 | 76 | 110 | 44 | 11 | 71 | 51 |
| Binary | 10100010 | 111110 | 101101 | 0 | 111110 | 1001000 | 100100 | 1001 | 111001 | 101001 |
Color Harmonies of #A23E2D
Complementary color
Monochromatic Colors of #A23E2D
Black with #A23E2D
Text Example
Text Example
White with #A23E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E2D; }
p { color: rgb(162,62,45); }
H1.HeaderClassName
{
color: #A23E2D;
}
.AnyTagClassName
{
color: #A23E2D;
}
</style>
background-color css
<style>
a { background-color: #A23E2D; }
a { background-color: rgb(162,62,45); }
div.DivClassName
{
background-color: #A23E2D;
}
.BgClassName
{
background-color: #A23E2D;
}
</style>
border-color css
<style>
span { border-color: #A23E2D; }
span { border-color: rgb(162,62,45); }
td.TdClassName
{
border-color: #A23E2D;
}
.TagClassName
{
border-color: #A23E2D;
}
</style>