Shades of Rock Spray #A23F2D
Tints of Rock Spray #A23F2D
RGB
CMYK
RGB Variations
Color information
#A23F2D (or 0xA23F2D) is known color: Rock Spray. HEX triplet: A2, 3F and 2D. RGB value is (162,63,45). Sum of RGB (Red+Green+Blue) = 162+63+45=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F2D is #5DC0D2. Grayscale: #5A5A5A. Windows color (decimal): -6144211 or 2965410. OLE color: 2965410.
HSL color Cylindrical-coordinate representation of color #A23F2D: hue angle of 9.23º 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 #A23F2D is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 45 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.36 |
| HSL | 9.23º | 0.57% | 0.41% | - |
| HSV(B) | 9.23º | 0.72% | 0.64% | - |
| XYZ | 17.15 | 11.43 | 3.78 | - |
| YUV | 90.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 45 | 0 | 0.61 | 0.72 | 0.36 | 9.23 | 0.57 | 0.41 |
| Hex | A2 | 3F | 2D | 0 | 3D | 48 | 24 | 9 | 39 | 29 |
| Octal | 242 | 77 | 55 | 0 | 75 | 110 | 44 | 11 | 71 | 51 |
| Binary | 10100010 | 111111 | 101101 | 0 | 111101 | 1001000 | 100100 | 1001 | 111001 | 101001 |
Color Harmonies of #A23F2D
Complementary color
Monochromatic Colors of #A23F2D
Black with #A23F2D
Text Example
Text Example
White with #A23F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F2D; }
p { color: rgb(162,63,45); }
H1.HeaderClassName
{
color: #A23F2D;
}
.AnyTagClassName
{
color: #A23F2D;
}
</style>
background-color css
<style>
a { background-color: #A23F2D; }
a { background-color: rgb(162,63,45); }
div.DivClassName
{
background-color: #A23F2D;
}
.BgClassName
{
background-color: #A23F2D;
}
</style>
border-color css
<style>
span { border-color: #A23F2D; }
span { border-color: rgb(162,63,45); }
td.TdClassName
{
border-color: #A23F2D;
}
.TagClassName
{
border-color: #A23F2D;
}
</style>