Shades of Rock Spray #A0431F
Tints of Rock Spray #A0431F
RGB
CMYK
RGB Variations
Color information
#A0431F (or 0xA0431F) is known color: Rock Spray. HEX triplet: A0, 43 and 1F. RGB value is (160,67,31). Sum of RGB (Red+Green+Blue) = 160+67+31=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0431F is #5FBCE0. Grayscale: #5A5A5A. Windows color (decimal): -6274273 or 2048928. OLE color: 2048928.
HSL color Cylindrical-coordinate representation of color #A0431F: hue angle of 16.74º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0431F is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 31 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.37 |
| HSL | 16.74º | 0.68% | 0.37% | - |
| HSV(B) | 16.74º | 0.81% | 0.63% | - |
| XYZ | 16.75 | 11.59 | 2.65 | - |
| YUV | 90.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 31 | 0 | 0.58 | 0.81 | 0.37 | 16.74 | 0.68 | 0.37 |
| Hex | A0 | 43 | 1F | 0 | 3A | 51 | 25 | 11 | 44 | 25 |
| Octal | 240 | 103 | 37 | 0 | 72 | 121 | 45 | 21 | 104 | 45 |
| Binary | 10100000 | 1000011 | 11111 | 0 | 111010 | 1010001 | 100101 | 10001 | 1000100 | 100101 |
Color Harmonies of #A0431F
Complementary color
Monochromatic Colors of #A0431F
Black with #A0431F
Text Example
Text Example
White with #A0431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0431F; }
p { color: rgb(160,67,31); }
H1.HeaderClassName
{
color: #A0431F;
}
.AnyTagClassName
{
color: #A0431F;
}
</style>
background-color css
<style>
a { background-color: #A0431F; }
a { background-color: rgb(160,67,31); }
div.DivClassName
{
background-color: #A0431F;
}
.BgClassName
{
background-color: #A0431F;
}
</style>
border-color css
<style>
span { border-color: #A0431F; }
span { border-color: rgb(160,67,31); }
td.TdClassName
{
border-color: #A0431F;
}
.TagClassName
{
border-color: #A0431F;
}
</style>