Shades of Carmine #A8151F
Tints of Carmine #A8151F
RGB
CMYK
RGB Variations
Color information
#A8151F (or 0xA8151F) is known color: Carmine. HEX triplet: A8, 15 and 1F. RGB value is (168,21,31). Sum of RGB (Red+Green+Blue) = 168+21+31=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A8151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8151F is #57EAE0. Grayscale: #424242. Windows color (decimal): -5761761 or 2037160. OLE color: 2037160.
HSL color Cylindrical-coordinate representation of color #A8151F: hue angle of 355.92º 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 #A8151F is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 31 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.34 |
| HSL | 355.92º | 0.78% | 0.37% | - |
| HSV(B) | 355.92º | 0.88% | 0.66% | - |
| XYZ | 16.66 | 8.96 | 2.15 | - |
| YUV | 66.09 | 108.2 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 31 | 0 | 0.88 | 0.82 | 0.34 | 355.92 | 0.78 | 0.37 |
| Hex | A8 | 15 | 1F | 0 | 58 | 52 | 22 | 164 | 4E | 25 |
| Octal | 250 | 25 | 37 | 0 | 130 | 122 | 42 | 544 | 116 | 45 |
| Binary | 10101000 | 10101 | 11111 | 0 | 1011000 | 1010010 | 100010 | 101100100 | 1001110 | 100101 |
Color Harmonies of #A8151F
Complementary color
Monochromatic Colors of #A8151F
Black with #A8151F
Text Example
Text Example
White with #A8151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8151F; }
p { color: rgb(168,21,31); }
H1.HeaderClassName
{
color: #A8151F;
}
.AnyTagClassName
{
color: #A8151F;
}
</style>
background-color css
<style>
a { background-color: #A8151F; }
a { background-color: rgb(168,21,31); }
div.DivClassName
{
background-color: #A8151F;
}
.BgClassName
{
background-color: #A8151F;
}
</style>
border-color css
<style>
span { border-color: #A8151F; }
span { border-color: rgb(168,21,31); }
td.TdClassName
{
border-color: #A8151F;
}
.TagClassName
{
border-color: #A8151F;
}
</style>