Shades of Rock Spray #A13D2C
Tints of Rock Spray #A13D2C
RGB
CMYK
RGB Variations
Color information
#A13D2C (or 0xA13D2C) is known color: Rock Spray. HEX triplet: A1, 3D and 2C. RGB value is (161,61,44). Sum of RGB (Red+Green+Blue) = 161+61+44=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13D2C is #5EC2D3. Grayscale: #595959. Windows color (decimal): -6210260 or 2899361. OLE color: 2899361.
HSL color Cylindrical-coordinate representation of color #A13D2C: hue angle of 8.72º 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 #A13D2C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 44 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.37 |
| HSL | 8.72º | 0.57% | 0.4% | - |
| HSV(B) | 8.72º | 0.73% | 0.63% | - |
| XYZ | 16.82 | 11.1 | 3.64 | - |
| YUV | 88.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 44 | 0 | 0.62 | 0.73 | 0.37 | 8.72 | 0.57 | 0.4 |
| Hex | A1 | 3D | 2C | 0 | 3E | 49 | 25 | 9 | 39 | 28 |
| Octal | 241 | 75 | 54 | 0 | 76 | 111 | 45 | 11 | 71 | 50 |
| Binary | 10100001 | 111101 | 101100 | 0 | 111110 | 1001001 | 100101 | 1001 | 111001 | 101000 |
Color Harmonies of #A13D2C
Complementary color
Monochromatic Colors of #A13D2C
Black with #A13D2C
Text Example
Text Example
White with #A13D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D2C; }
p { color: rgb(161,61,44); }
H1.HeaderClassName
{
color: #A13D2C;
}
.AnyTagClassName
{
color: #A13D2C;
}
</style>
background-color css
<style>
a { background-color: #A13D2C; }
a { background-color: rgb(161,61,44); }
div.DivClassName
{
background-color: #A13D2C;
}
.BgClassName
{
background-color: #A13D2C;
}
</style>
border-color css
<style>
span { border-color: #A13D2C; }
span { border-color: rgb(161,61,44); }
td.TdClassName
{
border-color: #A13D2C;
}
.TagClassName
{
border-color: #A13D2C;
}
</style>