Shades of Rock Spray #A13D27
Tints of Rock Spray #A13D27
RGB
CMYK
RGB Variations
Color information
#A13D27 (or 0xA13D27) is known color: Rock Spray. HEX triplet: A1, 3D and 27. RGB value is (161,61,39). Sum of RGB (Red+Green+Blue) = 161+61+39=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13D27 is #5EC2D8. Grayscale: #585858. Windows color (decimal): -6210265 or 2571681. OLE color: 2571681.
HSL color Cylindrical-coordinate representation of color #A13D27: hue angle of 10.82º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A13D27 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 39 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.37 |
| HSL | 10.82º | 0.61% | 0.39% | - |
| HSV(B) | 10.82º | 0.76% | 0.63% | - |
| XYZ | 16.73 | 11.06 | 3.17 | - |
| YUV | 88.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 39 | 0 | 0.62 | 0.76 | 0.37 | 10.82 | 0.61 | 0.39 |
| Hex | A1 | 3D | 27 | 0 | 3E | 4C | 25 | B | 3D | 27 |
| Octal | 241 | 75 | 47 | 0 | 76 | 114 | 45 | 13 | 75 | 47 |
| Binary | 10100001 | 111101 | 100111 | 0 | 111110 | 1001100 | 100101 | 1011 | 111101 | 100111 |
Color Harmonies of #A13D27
Complementary color
Monochromatic Colors of #A13D27
Black with #A13D27
Text Example
Text Example
White with #A13D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D27; }
p { color: rgb(161,61,39); }
H1.HeaderClassName
{
color: #A13D27;
}
.AnyTagClassName
{
color: #A13D27;
}
</style>
background-color css
<style>
a { background-color: #A13D27; }
a { background-color: rgb(161,61,39); }
div.DivClassName
{
background-color: #A13D27;
}
.BgClassName
{
background-color: #A13D27;
}
</style>
border-color css
<style>
span { border-color: #A13D27; }
span { border-color: rgb(161,61,39); }
td.TdClassName
{
border-color: #A13D27;
}
.TagClassName
{
border-color: #A13D27;
}
</style>