Shades of Rock Spray #A13E2C
Tints of Rock Spray #A13E2C
RGB
CMYK
RGB Variations
Color information
#A13E2C (or 0xA13E2C) is known color: Rock Spray. HEX triplet: A1, 3E and 2C. RGB value is (161,62,44). Sum of RGB (Red+Green+Blue) = 161+62+44=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13E2C is #5EC1D3. Grayscale: #595959. Windows color (decimal): -6210004 or 2899617. OLE color: 2899617.
HSL color Cylindrical-coordinate representation of color #A13E2C: hue angle of 9.23º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13E2C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 62 | 44 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.37 |
| HSL | 9.23º | 0.57% | 0.4% | - |
| HSV(B) | 9.23º | 0.73% | 0.63% | - |
| XYZ | 16.88 | 11.2 | 3.66 | - |
| YUV | 89.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 44 | 0 | 0.61 | 0.73 | 0.37 | 9.23 | 0.57 | 0.4 |
| Hex | A1 | 3E | 2C | 0 | 3D | 49 | 25 | 9 | 39 | 28 |
| Octal | 241 | 76 | 54 | 0 | 75 | 111 | 45 | 11 | 71 | 50 |
| Binary | 10100001 | 111110 | 101100 | 0 | 111101 | 1001001 | 100101 | 1001 | 111001 | 101000 |
Color Harmonies of #A13E2C
Complementary color
Monochromatic Colors of #A13E2C
Black with #A13E2C
Text Example
Text Example
White with #A13E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13E2C; }
p { color: rgb(161,62,44); }
H1.HeaderClassName
{
color: #A13E2C;
}
.AnyTagClassName
{
color: #A13E2C;
}
</style>
background-color css
<style>
a { background-color: #A13E2C; }
a { background-color: rgb(161,62,44); }
div.DivClassName
{
background-color: #A13E2C;
}
.BgClassName
{
background-color: #A13E2C;
}
</style>
border-color css
<style>
span { border-color: #A13E2C; }
span { border-color: rgb(161,62,44); }
td.TdClassName
{
border-color: #A13E2C;
}
.TagClassName
{
border-color: #A13E2C;
}
</style>