Shades of Rock Spray #A13924
Tints of Rock Spray #A13924
RGB
CMYK
RGB Variations
Color information
#A13924 (or 0xA13924) is known color: Rock Spray. HEX triplet: A1, 39 and 24. RGB value is (161,57,36). Sum of RGB (Red+Green+Blue) = 161+57+36=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A13924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13924 is #5EC6DB. Grayscale: #555555. Windows color (decimal): -6211292 or 2374049. OLE color: 2374049.
HSL color Cylindrical-coordinate representation of color #A13924: hue angle of 10.08º 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 #A13924 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 36 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.37 |
| HSL | 10.08º | 0.63% | 0.39% | - |
| HSV(B) | 10.08º | 0.78% | 0.63% | - |
| XYZ | 16.48 | 10.63 | 2.85 | - |
| YUV | 85.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 36 | 0 | 0.65 | 0.78 | 0.37 | 10.08 | 0.63 | 0.39 |
| Hex | A1 | 39 | 24 | 0 | 41 | 4E | 25 | A | 3F | 27 |
| Octal | 241 | 71 | 44 | 0 | 101 | 116 | 45 | 12 | 77 | 47 |
| Binary | 10100001 | 111001 | 100100 | 0 | 1000001 | 1001110 | 100101 | 1010 | 111111 | 100111 |
Color Harmonies of #A13924
Complementary color
Monochromatic Colors of #A13924
Black with #A13924
Text Example
Text Example
White with #A13924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13924; }
p { color: rgb(161,57,36); }
H1.HeaderClassName
{
color: #A13924;
}
.AnyTagClassName
{
color: #A13924;
}
</style>
background-color css
<style>
a { background-color: #A13924; }
a { background-color: rgb(161,57,36); }
div.DivClassName
{
background-color: #A13924;
}
.BgClassName
{
background-color: #A13924;
}
</style>
border-color css
<style>
span { border-color: #A13924; }
span { border-color: rgb(161,57,36); }
td.TdClassName
{
border-color: #A13924;
}
.TagClassName
{
border-color: #A13924;
}
</style>