Shades of Rock Spray #A0452F
Tints of Rock Spray #A0452F
RGB
CMYK
RGB Variations
Color information
#A0452F (or 0xA0452F) is known color: Rock Spray. HEX triplet: A0, 45 and 2F. RGB value is (160,69,47). Sum of RGB (Red+Green+Blue) = 160+69+47=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0452F is #5FBAD0. Grayscale: #5D5D5D. Windows color (decimal): -6273745 or 3098016. OLE color: 3098016.
HSL color Cylindrical-coordinate representation of color #A0452F: hue angle of 11.68º degrees, saturation: 0.55, 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 #A0452F is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 47 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.37 |
| HSL | 11.68º | 0.55% | 0.41% | - |
| HSV(B) | 11.68º | 0.71% | 0.63% | - |
| XYZ | 17.14 | 11.94 | 4.09 | - |
| YUV | 93.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 47 | 0 | 0.57 | 0.71 | 0.37 | 11.68 | 0.55 | 0.41 |
| Hex | A0 | 45 | 2F | 0 | 39 | 47 | 25 | C | 37 | 29 |
| Octal | 240 | 105 | 57 | 0 | 71 | 107 | 45 | 14 | 67 | 51 |
| Binary | 10100000 | 1000101 | 101111 | 0 | 111001 | 1000111 | 100101 | 1100 | 110111 | 101001 |
Color Harmonies of #A0452F
Complementary color
Monochromatic Colors of #A0452F
Black with #A0452F
Text Example
Text Example
White with #A0452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0452F; }
p { color: rgb(160,69,47); }
H1.HeaderClassName
{
color: #A0452F;
}
.AnyTagClassName
{
color: #A0452F;
}
</style>
background-color css
<style>
a { background-color: #A0452F; }
a { background-color: rgb(160,69,47); }
div.DivClassName
{
background-color: #A0452F;
}
.BgClassName
{
background-color: #A0452F;
}
</style>
border-color css
<style>
span { border-color: #A0452F; }
span { border-color: rgb(160,69,47); }
td.TdClassName
{
border-color: #A0452F;
}
.TagClassName
{
border-color: #A0452F;
}
</style>