Shades of Rock Spray #A23B2D
Tints of Rock Spray #A23B2D
RGB
CMYK
RGB Variations
Color information
#A23B2D (or 0xA23B2D) is known color: Rock Spray. HEX triplet: A2, 3B and 2D. RGB value is (162,59,45). Sum of RGB (Red+Green+Blue) = 162+59+45=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B2D is #5DC4D2. Grayscale: #585858. Windows color (decimal): -6145235 or 2964386. OLE color: 2964386.
HSL color Cylindrical-coordinate representation of color #A23B2D: hue angle of 7.18º 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 #A23B2D is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 45 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.36 |
| HSL | 7.18º | 0.57% | 0.41% | - |
| HSV(B) | 7.18º | 0.72% | 0.64% | - |
| XYZ | 16.94 | 11 | 3.71 | - |
| YUV | 88.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 45 | 0 | 0.64 | 0.72 | 0.36 | 7.18 | 0.57 | 0.41 |
| Hex | A2 | 3B | 2D | 0 | 40 | 48 | 24 | 7 | 39 | 29 |
| Octal | 242 | 73 | 55 | 0 | 100 | 110 | 44 | 7 | 71 | 51 |
| Binary | 10100010 | 111011 | 101101 | 0 | 1000000 | 1001000 | 100100 | 111 | 111001 | 101001 |
Color Harmonies of #A23B2D
Complementary color
Monochromatic Colors of #A23B2D
Black with #A23B2D
Text Example
Text Example
White with #A23B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B2D; }
p { color: rgb(162,59,45); }
H1.HeaderClassName
{
color: #A23B2D;
}
.AnyTagClassName
{
color: #A23B2D;
}
</style>
background-color css
<style>
a { background-color: #A23B2D; }
a { background-color: rgb(162,59,45); }
div.DivClassName
{
background-color: #A23B2D;
}
.BgClassName
{
background-color: #A23B2D;
}
</style>
border-color css
<style>
span { border-color: #A23B2D; }
span { border-color: rgb(162,59,45); }
td.TdClassName
{
border-color: #A23B2D;
}
.TagClassName
{
border-color: #A23B2D;
}
</style>