Shades of Carmine #A8101B
Tints of Carmine #A8101B
RGB
CMYK
RGB Variations
Color information
#A8101B (or 0xA8101B) is known color: Carmine. HEX triplet: A8, 10 and 1B. RGB value is (168,16,27). Sum of RGB (Red+Green+Blue) = 168+16+27=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A8101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8101B is #57EFE4. Grayscale: #3E3E3E. Windows color (decimal): -5763045 or 1773736. OLE color: 1773736.
HSL color Cylindrical-coordinate representation of color #A8101B: hue angle of 355.66º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8101B is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 27 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.34 |
| HSL | 355.66º | 0.83% | 0.36% | - |
| HSV(B) | 355.66º | 0.9% | 0.66% | - |
| XYZ | 16.53 | 8.77 | 1.86 | - |
| YUV | 62.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 27 | 0 | 0.90 | 0.84 | 0.34 | 355.66 | 0.83 | 0.36 |
| Hex | A8 | 10 | 1B | 0 | 5A | 54 | 22 | 164 | 53 | 24 |
| Octal | 250 | 20 | 33 | 0 | 132 | 124 | 42 | 544 | 123 | 44 |
| Binary | 10101000 | 10000 | 11011 | 0 | 1011010 | 1010100 | 100010 | 101100100 | 1010011 | 100100 |
Color Harmonies of #A8101B
Complementary color
Monochromatic Colors of #A8101B
Black with #A8101B
Text Example
Text Example
White with #A8101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8101B; }
p { color: rgb(168,16,27); }
H1.HeaderClassName
{
color: #A8101B;
}
.AnyTagClassName
{
color: #A8101B;
}
</style>
background-color css
<style>
a { background-color: #A8101B; }
a { background-color: rgb(168,16,27); }
div.DivClassName
{
background-color: #A8101B;
}
.BgClassName
{
background-color: #A8101B;
}
</style>
border-color css
<style>
span { border-color: #A8101B; }
span { border-color: rgb(168,16,27); }
td.TdClassName
{
border-color: #A8101B;
}
.TagClassName
{
border-color: #A8101B;
}
</style>