Shades of Rock Spray #A8412B
Tints of Rock Spray #A8412B
RGB
CMYK
RGB Variations
Color information
#A8412B (or 0xA8412B) is known color: Rock Spray. HEX triplet: A8, 41 and 2B. RGB value is (168,65,43). Sum of RGB (Red+Green+Blue) = 168+65+43=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8412B is #57BED4. Grayscale: #5D5D5D. Windows color (decimal): -5750485 or 2834856. OLE color: 2834856.
HSL color Cylindrical-coordinate representation of color #A8412B: hue angle of 10.56º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8412B is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 43 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.34 |
| HSL | 10.56º | 0.59% | 0.41% | - |
| HSV(B) | 10.56º | 0.74% | 0.66% | - |
| XYZ | 18.47 | 12.28 | 3.68 | - |
| YUV | 93.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 43 | 0 | 0.61 | 0.74 | 0.34 | 10.56 | 0.59 | 0.41 |
| Hex | A8 | 41 | 2B | 0 | 3D | 4A | 22 | B | 3B | 29 |
| Octal | 250 | 101 | 53 | 0 | 75 | 112 | 42 | 13 | 73 | 51 |
| Binary | 10101000 | 1000001 | 101011 | 0 | 111101 | 1001010 | 100010 | 1011 | 111011 | 101001 |
Color Harmonies of #A8412B
Complementary color
Monochromatic Colors of #A8412B
Black with #A8412B
Text Example
Text Example
White with #A8412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8412B; }
p { color: rgb(168,65,43); }
H1.HeaderClassName
{
color: #A8412B;
}
.AnyTagClassName
{
color: #A8412B;
}
</style>
background-color css
<style>
a { background-color: #A8412B; }
a { background-color: rgb(168,65,43); }
div.DivClassName
{
background-color: #A8412B;
}
.BgClassName
{
background-color: #A8412B;
}
</style>
border-color css
<style>
span { border-color: #A8412B; }
span { border-color: rgb(168,65,43); }
td.TdClassName
{
border-color: #A8412B;
}
.TagClassName
{
border-color: #A8412B;
}
</style>