Shades of Rock Spray #A13C2E
Tints of Rock Spray #A13C2E
RGB
CMYK
RGB Variations
Color information
#A13C2E (or 0xA13C2E) is known color: Rock Spray. HEX triplet: A1, 3C and 2E. RGB value is (161,60,46). Sum of RGB (Red+Green+Blue) = 161+60+46=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13C2E is #5EC3D1. Grayscale: #585858. Windows color (decimal): -6210514 or 3030177. OLE color: 3030177.
HSL color Cylindrical-coordinate representation of color #A13C2E: hue angle of 7.3º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A13C2E is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 46 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.37 |
| HSL | 7.3º | 0.56% | 0.41% | - |
| HSV(B) | 7.3º | 0.71% | 0.63% | - |
| XYZ | 16.81 | 11.01 | 3.82 | - |
| YUV | 88.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 46 | 0 | 0.63 | 0.71 | 0.37 | 7.3 | 0.56 | 0.41 |
| Hex | A1 | 3C | 2E | 0 | 3F | 47 | 25 | 7 | 38 | 29 |
| Octal | 241 | 74 | 56 | 0 | 77 | 107 | 45 | 7 | 70 | 51 |
| Binary | 10100001 | 111100 | 101110 | 0 | 111111 | 1000111 | 100101 | 111 | 111000 | 101001 |
Color Harmonies of #A13C2E
Complementary color
Monochromatic Colors of #A13C2E
Black with #A13C2E
Text Example
Text Example
White with #A13C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C2E; }
p { color: rgb(161,60,46); }
H1.HeaderClassName
{
color: #A13C2E;
}
.AnyTagClassName
{
color: #A13C2E;
}
</style>
background-color css
<style>
a { background-color: #A13C2E; }
a { background-color: rgb(161,60,46); }
div.DivClassName
{
background-color: #A13C2E;
}
.BgClassName
{
background-color: #A13C2E;
}
</style>
border-color css
<style>
span { border-color: #A13C2E; }
span { border-color: rgb(161,60,46); }
td.TdClassName
{
border-color: #A13C2E;
}
.TagClassName
{
border-color: #A13C2E;
}
</style>