Shades of Rock Spray #A0452D
Tints of Rock Spray #A0452D
RGB
CMYK
RGB Variations
Color information
#A0452D (or 0xA0452D) is known color: Rock Spray. HEX triplet: A0, 45 and 2D. RGB value is (160,69,45). Sum of RGB (Red+Green+Blue) = 160+69+45=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0452D is #5FBAD2. Grayscale: #5D5D5D. Windows color (decimal): -6273747 or 2966944. OLE color: 2966944.
HSL color Cylindrical-coordinate representation of color #A0452D: hue angle of 12.52º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0452D is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 45 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.37 |
| HSL | 12.52º | 0.56% | 0.4% | - |
| HSV(B) | 12.52º | 0.72% | 0.63% | - |
| XYZ | 17.1 | 11.92 | 3.88 | - |
| YUV | 93.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 45 | 0 | 0.57 | 0.72 | 0.37 | 12.52 | 0.56 | 0.4 |
| Hex | A0 | 45 | 2D | 0 | 39 | 48 | 25 | D | 38 | 28 |
| Octal | 240 | 105 | 55 | 0 | 71 | 110 | 45 | 15 | 70 | 50 |
| Binary | 10100000 | 1000101 | 101101 | 0 | 111001 | 1001000 | 100101 | 1101 | 111000 | 101000 |
Color Harmonies of #A0452D
Complementary color
Monochromatic Colors of #A0452D
Black with #A0452D
Text Example
Text Example
White with #A0452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0452D; }
p { color: rgb(160,69,45); }
H1.HeaderClassName
{
color: #A0452D;
}
.AnyTagClassName
{
color: #A0452D;
}
</style>
background-color css
<style>
a { background-color: #A0452D; }
a { background-color: rgb(160,69,45); }
div.DivClassName
{
background-color: #A0452D;
}
.BgClassName
{
background-color: #A0452D;
}
</style>
border-color css
<style>
span { border-color: #A0452D; }
span { border-color: rgb(160,69,45); }
td.TdClassName
{
border-color: #A0452D;
}
.TagClassName
{
border-color: #A0452D;
}
</style>