Shades of Rock Spray #A53D2D
Tints of Rock Spray #A53D2D
RGB
CMYK
RGB Variations
Color information
#A53D2D (or 0xA53D2D) is known color: Rock Spray. HEX triplet: A5, 3D and 2D. RGB value is (165,61,45). Sum of RGB (Red+Green+Blue) = 165+61+45=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D2D is #5AC2D2. Grayscale: #5A5A5A. Windows color (decimal): -5948115 or 2964901. OLE color: 2964901.
HSL color Cylindrical-coordinate representation of color #A53D2D: hue angle of 8º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53D2D is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 45 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.35 |
| HSL | 8º | 0.57% | 0.41% | - |
| HSV(B) | 8º | 0.73% | 0.65% | - |
| XYZ | 17.66 | 11.53 | 3.78 | - |
| YUV | 90.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 45 | 0 | 0.63 | 0.73 | 0.35 | 8 | 0.57 | 0.41 |
| Hex | A5 | 3D | 2D | 0 | 3F | 49 | 23 | 8 | 39 | 29 |
| Octal | 245 | 75 | 55 | 0 | 77 | 111 | 43 | 10 | 71 | 51 |
| Binary | 10100101 | 111101 | 101101 | 0 | 111111 | 1001001 | 100011 | 1000 | 111001 | 101001 |
Color Harmonies of #A53D2D
Complementary color
Monochromatic Colors of #A53D2D
Black with #A53D2D
Text Example
Text Example
White with #A53D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D2D; }
p { color: rgb(165,61,45); }
H1.HeaderClassName
{
color: #A53D2D;
}
.AnyTagClassName
{
color: #A53D2D;
}
</style>
background-color css
<style>
a { background-color: #A53D2D; }
a { background-color: rgb(165,61,45); }
div.DivClassName
{
background-color: #A53D2D;
}
.BgClassName
{
background-color: #A53D2D;
}
</style>
border-color css
<style>
span { border-color: #A53D2D; }
span { border-color: rgb(165,61,45); }
td.TdClassName
{
border-color: #A53D2D;
}
.TagClassName
{
border-color: #A53D2D;
}
</style>