Shades of Carmine #A8031B
Tints of Carmine #A8031B
RGB
CMYK
RGB Variations
Color information
#A8031B (or 0xA8031B) is known color: Carmine. HEX triplet: A8, 03 and 1B. RGB value is (168,3,27). Sum of RGB (Red+Green+Blue) = 168+3+27=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A8031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8031B is #57FCE4. Grayscale: #373737. Windows color (decimal): -5766373 or 1770408. OLE color: 1770408.
HSL color Cylindrical-coordinate representation of color #A8031B: hue angle of 351.27º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8031B is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 27 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.34 |
| HSL | 351.27º | 0.96% | 0.34% | - |
| HSV(B) | 351.27º | 0.98% | 0.66% | - |
| XYZ | 16.38 | 8.47 | 1.81 | - |
| YUV | 55.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 27 | 0 | 0.98 | 0.84 | 0.34 | 351.27 | 0.96 | 0.34 |
| Hex | A8 | 3 | 1B | 0 | 62 | 54 | 22 | 15F | 60 | 22 |
| Octal | 250 | 3 | 33 | 0 | 142 | 124 | 42 | 537 | 140 | 42 |
| Binary | 10101000 | 11 | 11011 | 0 | 1100010 | 1010100 | 100010 | 101011111 | 1100000 | 100010 |
Color Harmonies of #A8031B
Complementary color
Monochromatic Colors of #A8031B
Black with #A8031B
Text Example
Text Example
White with #A8031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8031B; }
p { color: rgb(168,3,27); }
H1.HeaderClassName
{
color: #A8031B;
}
.AnyTagClassName
{
color: #A8031B;
}
</style>
background-color css
<style>
a { background-color: #A8031B; }
a { background-color: rgb(168,3,27); }
div.DivClassName
{
background-color: #A8031B;
}
.BgClassName
{
background-color: #A8031B;
}
</style>
border-color css
<style>
span { border-color: #A8031B; }
span { border-color: rgb(168,3,27); }
td.TdClassName
{
border-color: #A8031B;
}
.TagClassName
{
border-color: #A8031B;
}
</style>