Shades of Rock Spray #A03D1C
Tints of Rock Spray #A03D1C
RGB
CMYK
RGB Variations
Color information
#A03D1C (or 0xA03D1C) is known color: Rock Spray. HEX triplet: A0, 3D and 1C. RGB value is (160,61,28). Sum of RGB (Red+Green+Blue) = 160+61+28=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03D1C is #5FC2E3. Grayscale: #575757. Windows color (decimal): -6275812 or 1850784. OLE color: 1850784.
HSL color Cylindrical-coordinate representation of color #A03D1C: hue angle of 15º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A03D1C is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 28 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.37 |
| HSL | 15º | 0.7% | 0.37% | - |
| HSV(B) | 15º | 0.83% | 0.63% | - |
| XYZ | 16.38 | 10.89 | 2.34 | - |
| YUV | 86.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 28 | 0 | 0.62 | 0.82 | 0.37 | 15 | 0.7 | 0.37 |
| Hex | A0 | 3D | 1C | 0 | 3E | 52 | 25 | F | 46 | 25 |
| Octal | 240 | 75 | 34 | 0 | 76 | 122 | 45 | 17 | 106 | 45 |
| Binary | 10100000 | 111101 | 11100 | 0 | 111110 | 1010010 | 100101 | 1111 | 1000110 | 100101 |
Color Harmonies of #A03D1C
Complementary color
Monochromatic Colors of #A03D1C
Black with #A03D1C
Text Example
Text Example
White with #A03D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D1C; }
p { color: rgb(160,61,28); }
H1.HeaderClassName
{
color: #A03D1C;
}
.AnyTagClassName
{
color: #A03D1C;
}
</style>
background-color css
<style>
a { background-color: #A03D1C; }
a { background-color: rgb(160,61,28); }
div.DivClassName
{
background-color: #A03D1C;
}
.BgClassName
{
background-color: #A03D1C;
}
</style>
border-color css
<style>
span { border-color: #A03D1C; }
span { border-color: rgb(160,61,28); }
td.TdClassName
{
border-color: #A03D1C;
}
.TagClassName
{
border-color: #A03D1C;
}
</style>