Shades of Rock Spray #A23B2C
Tints of Rock Spray #A23B2C
RGB
CMYK
RGB Variations
Color information
#A23B2C (or 0xA23B2C) is known color: Rock Spray. HEX triplet: A2, 3B and 2C. RGB value is (162,59,44). Sum of RGB (Red+Green+Blue) = 162+59+44=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B2C is #5DC4D3. Grayscale: #585858. Windows color (decimal): -6145236 or 2898850. OLE color: 2898850.
HSL color Cylindrical-coordinate representation of color #A23B2C: hue angle of 7.63º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23B2C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 44 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.36 |
| HSL | 7.63º | 0.57% | 0.4% | - |
| HSV(B) | 7.63º | 0.73% | 0.64% | - |
| XYZ | 16.92 | 10.99 | 3.61 | - |
| YUV | 88.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 44 | 0 | 0.64 | 0.73 | 0.36 | 7.63 | 0.57 | 0.4 |
| Hex | A2 | 3B | 2C | 0 | 40 | 49 | 24 | 8 | 39 | 28 |
| Octal | 242 | 73 | 54 | 0 | 100 | 111 | 44 | 10 | 71 | 50 |
| Binary | 10100010 | 111011 | 101100 | 0 | 1000000 | 1001001 | 100100 | 1000 | 111001 | 101000 |
Color Harmonies of #A23B2C
Complementary color
Monochromatic Colors of #A23B2C
Black with #A23B2C
Text Example
Text Example
White with #A23B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B2C; }
p { color: rgb(162,59,44); }
H1.HeaderClassName
{
color: #A23B2C;
}
.AnyTagClassName
{
color: #A23B2C;
}
</style>
background-color css
<style>
a { background-color: #A23B2C; }
a { background-color: rgb(162,59,44); }
div.DivClassName
{
background-color: #A23B2C;
}
.BgClassName
{
background-color: #A23B2C;
}
</style>
border-color css
<style>
span { border-color: #A23B2C; }
span { border-color: rgb(162,59,44); }
td.TdClassName
{
border-color: #A23B2C;
}
.TagClassName
{
border-color: #A23B2C;
}
</style>