Shades of Rock Spray #A13E24
Tints of Rock Spray #A13E24
RGB
CMYK
RGB Variations
Color information
#A13E24 (or 0xA13E24) is known color: Rock Spray. HEX triplet: A1, 3E and 24. RGB value is (161,62,36). Sum of RGB (Red+Green+Blue) = 161+62+36=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13E24 is #5EC1DB. Grayscale: #585858. Windows color (decimal): -6210012 or 2375329. OLE color: 2375329.
HSL color Cylindrical-coordinate representation of color #A13E24: hue angle of 12.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A13E24 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 62 | 36 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.37 |
| HSL | 12.48º | 0.63% | 0.39% | - |
| HSV(B) | 12.48º | 0.78% | 0.63% | - |
| XYZ | 16.74 | 11.15 | 2.94 | - |
| YUV | 88.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 36 | 0 | 0.61 | 0.78 | 0.37 | 12.48 | 0.63 | 0.39 |
| Hex | A1 | 3E | 24 | 0 | 3D | 4E | 25 | C | 3F | 27 |
| Octal | 241 | 76 | 44 | 0 | 75 | 116 | 45 | 14 | 77 | 47 |
| Binary | 10100001 | 111110 | 100100 | 0 | 111101 | 1001110 | 100101 | 1100 | 111111 | 100111 |
Color Harmonies of #A13E24
Complementary color
Monochromatic Colors of #A13E24
Black with #A13E24
Text Example
Text Example
White with #A13E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13E24; }
p { color: rgb(161,62,36); }
H1.HeaderClassName
{
color: #A13E24;
}
.AnyTagClassName
{
color: #A13E24;
}
</style>
background-color css
<style>
a { background-color: #A13E24; }
a { background-color: rgb(161,62,36); }
div.DivClassName
{
background-color: #A13E24;
}
.BgClassName
{
background-color: #A13E24;
}
</style>
border-color css
<style>
span { border-color: #A13E24; }
span { border-color: rgb(161,62,36); }
td.TdClassName
{
border-color: #A13E24;
}
.TagClassName
{
border-color: #A13E24;
}
</style>