Shades of Carmine #A8151C
Tints of Carmine #A8151C
RGB
CMYK
RGB Variations
Color information
#A8151C (or 0xA8151C) is known color: Carmine. HEX triplet: A8, 15 and 1C. RGB value is (168,21,28). Sum of RGB (Red+Green+Blue) = 168+21+28=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A8151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8151C is #57EAE3. Grayscale: #414141. Windows color (decimal): -5761764 or 1840552. OLE color: 1840552.
HSL color Cylindrical-coordinate representation of color #A8151C: hue angle of 357.14º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8151C is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 28 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.34 |
| HSL | 357.14º | 0.78% | 0.37% | - |
| HSV(B) | 357.14º | 0.88% | 0.66% | - |
| XYZ | 16.63 | 8.95 | 1.95 | - |
| YUV | 65.75 | 106.7 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 28 | 0 | 0.88 | 0.83 | 0.34 | 357.14 | 0.78 | 0.37 |
| Hex | A8 | 15 | 1C | 0 | 58 | 53 | 22 | 165 | 4E | 25 |
| Octal | 250 | 25 | 34 | 0 | 130 | 123 | 42 | 545 | 116 | 45 |
| Binary | 10101000 | 10101 | 11100 | 0 | 1011000 | 1010011 | 100010 | 101100101 | 1001110 | 100101 |
Color Harmonies of #A8151C
Complementary color
Monochromatic Colors of #A8151C
Black with #A8151C
Text Example
Text Example
White with #A8151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8151C; }
p { color: rgb(168,21,28); }
H1.HeaderClassName
{
color: #A8151C;
}
.AnyTagClassName
{
color: #A8151C;
}
</style>
background-color css
<style>
a { background-color: #A8151C; }
a { background-color: rgb(168,21,28); }
div.DivClassName
{
background-color: #A8151C;
}
.BgClassName
{
background-color: #A8151C;
}
</style>
border-color css
<style>
span { border-color: #A8151C; }
span { border-color: rgb(168,21,28); }
td.TdClassName
{
border-color: #A8151C;
}
.TagClassName
{
border-color: #A8151C;
}
</style>