Shades of Rock Spray #A23D2D
Tints of Rock Spray #A23D2D
RGB
CMYK
RGB Variations
Color information
#A23D2D (or 0xA23D2D) is known color: Rock Spray. HEX triplet: A2, 3D and 2D. RGB value is (162,61,45). Sum of RGB (Red+Green+Blue) = 162+61+45=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23D2D is #5DC2D2. Grayscale: #595959. Windows color (decimal): -6144723 or 2964898. OLE color: 2964898.
HSL color Cylindrical-coordinate representation of color #A23D2D: hue angle of 8.21º 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 #A23D2D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 61 | 45 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.36 |
| HSL | 8.21º | 0.57% | 0.41% | - |
| HSV(B) | 8.21º | 0.72% | 0.64% | - |
| XYZ | 17.04 | 11.21 | 3.75 | - |
| YUV | 89.38 | 102.96 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 45 | 0 | 0.62 | 0.72 | 0.36 | 8.21 | 0.57 | 0.41 |
| Hex | A2 | 3D | 2D | 0 | 3E | 48 | 24 | 8 | 39 | 29 |
| Octal | 242 | 75 | 55 | 0 | 76 | 110 | 44 | 10 | 71 | 51 |
| Binary | 10100010 | 111101 | 101101 | 0 | 111110 | 1001000 | 100100 | 1000 | 111001 | 101001 |
Color Harmonies of #A23D2D
Complementary color
Monochromatic Colors of #A23D2D
Black with #A23D2D
Text Example
Text Example
White with #A23D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23D2D; }
p { color: rgb(162,61,45); }
H1.HeaderClassName
{
color: #A23D2D;
}
.AnyTagClassName
{
color: #A23D2D;
}
</style>
background-color css
<style>
a { background-color: #A23D2D; }
a { background-color: rgb(162,61,45); }
div.DivClassName
{
background-color: #A23D2D;
}
.BgClassName
{
background-color: #A23D2D;
}
</style>
border-color css
<style>
span { border-color: #A23D2D; }
span { border-color: rgb(162,61,45); }
td.TdClassName
{
border-color: #A23D2D;
}
.TagClassName
{
border-color: #A23D2D;
}
</style>