Shades of Rock Spray #A8381C
Tints of Rock Spray #A8381C
RGB
CMYK
RGB Variations
Color information
#A8381C (or 0xA8381C) is known color: Rock Spray. HEX triplet: A8, 38 and 1C. RGB value is (168,56,28). Sum of RGB (Red+Green+Blue) = 168+56+28=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8381C is #57C7E3. Grayscale: #565656. Windows color (decimal): -5752804 or 1849512. OLE color: 1849512.
HSL color Cylindrical-coordinate representation of color #A8381C: hue angle of 12º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8381C is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 28 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.34 |
| HSL | 12º | 0.71% | 0.38% | - |
| HSV(B) | 12º | 0.83% | 0.66% | - |
| XYZ | 17.77 | 11.24 | 2.33 | - |
| YUV | 86.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 28 | 0 | 0.67 | 0.83 | 0.34 | 12 | 0.71 | 0.38 |
| Hex | A8 | 38 | 1C | 0 | 43 | 53 | 22 | C | 47 | 26 |
| Octal | 250 | 70 | 34 | 0 | 103 | 123 | 42 | 14 | 107 | 46 |
| Binary | 10101000 | 111000 | 11100 | 0 | 1000011 | 1010011 | 100010 | 1100 | 1000111 | 100110 |
Color Harmonies of #A8381C
Complementary color
Monochromatic Colors of #A8381C
Black with #A8381C
Text Example
Text Example
White with #A8381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8381C; }
p { color: rgb(168,56,28); }
H1.HeaderClassName
{
color: #A8381C;
}
.AnyTagClassName
{
color: #A8381C;
}
</style>
background-color css
<style>
a { background-color: #A8381C; }
a { background-color: rgb(168,56,28); }
div.DivClassName
{
background-color: #A8381C;
}
.BgClassName
{
background-color: #A8381C;
}
</style>
border-color css
<style>
span { border-color: #A8381C; }
span { border-color: rgb(168,56,28); }
td.TdClassName
{
border-color: #A8381C;
}
.TagClassName
{
border-color: #A8381C;
}
</style>