Shades of Carmine #A8151B
Tints of Carmine #A8151B
RGB
CMYK
RGB Variations
Color information
#A8151B (or 0xA8151B) is known color: Carmine. HEX triplet: A8, 15 and 1B. RGB value is (168,21,27). Sum of RGB (Red+Green+Blue) = 168+21+27=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A8151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8151B is #57EAE4. Grayscale: #414141. Windows color (decimal): -5761765 or 1775016. OLE color: 1775016.
HSL color Cylindrical-coordinate representation of color #A8151B: hue angle of 357.55º 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 #A8151B is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 27 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.34 |
| HSL | 357.55º | 0.78% | 0.37% | - |
| HSV(B) | 357.55º | 0.88% | 0.66% | - |
| XYZ | 16.61 | 8.94 | 1.89 | - |
| YUV | 65.64 | 106.2 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 27 | 0 | 0.88 | 0.84 | 0.34 | 357.55 | 0.78 | 0.37 |
| Hex | A8 | 15 | 1B | 0 | 58 | 54 | 22 | 166 | 4E | 25 |
| Octal | 250 | 25 | 33 | 0 | 130 | 124 | 42 | 546 | 116 | 45 |
| Binary | 10101000 | 10101 | 11011 | 0 | 1011000 | 1010100 | 100010 | 101100110 | 1001110 | 100101 |
Color Harmonies of #A8151B
Complementary color
Monochromatic Colors of #A8151B
Black with #A8151B
Text Example
Text Example
White with #A8151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8151B; }
p { color: rgb(168,21,27); }
H1.HeaderClassName
{
color: #A8151B;
}
.AnyTagClassName
{
color: #A8151B;
}
</style>
background-color css
<style>
a { background-color: #A8151B; }
a { background-color: rgb(168,21,27); }
div.DivClassName
{
background-color: #A8151B;
}
.BgClassName
{
background-color: #A8151B;
}
</style>
border-color css
<style>
span { border-color: #A8151B; }
span { border-color: rgb(168,21,27); }
td.TdClassName
{
border-color: #A8151B;
}
.TagClassName
{
border-color: #A8151B;
}
</style>