Shades of Carmine #A8131B
Tints of Carmine #A8131B
RGB
CMYK
RGB Variations
Color information
#A8131B (or 0xA8131B) is known color: Carmine. HEX triplet: A8, 13 and 1B. RGB value is (168,19,27). Sum of RGB (Red+Green+Blue) = 168+19+27=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A8131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8131B is #57ECE4. Grayscale: #404040. Windows color (decimal): -5762277 or 1774504. OLE color: 1774504.
HSL color Cylindrical-coordinate representation of color #A8131B: hue angle of 356.78º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8131B is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 27 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.34 |
| HSL | 356.78º | 0.8% | 0.37% | - |
| HSV(B) | 356.78º | 0.89% | 0.66% | - |
| XYZ | 16.58 | 8.87 | 1.88 | - |
| YUV | 64.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 27 | 0 | 0.89 | 0.84 | 0.34 | 356.78 | 0.8 | 0.37 |
| Hex | A8 | 13 | 1B | 0 | 59 | 54 | 22 | 165 | 50 | 25 |
| Octal | 250 | 23 | 33 | 0 | 131 | 124 | 42 | 545 | 120 | 45 |
| Binary | 10101000 | 10011 | 11011 | 0 | 1011001 | 1010100 | 100010 | 101100101 | 1010000 | 100101 |
Color Harmonies of #A8131B
Complementary color
Monochromatic Colors of #A8131B
Black with #A8131B
Text Example
Text Example
White with #A8131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8131B; }
p { color: rgb(168,19,27); }
H1.HeaderClassName
{
color: #A8131B;
}
.AnyTagClassName
{
color: #A8131B;
}
</style>
background-color css
<style>
a { background-color: #A8131B; }
a { background-color: rgb(168,19,27); }
div.DivClassName
{
background-color: #A8131B;
}
.BgClassName
{
background-color: #A8131B;
}
</style>
border-color css
<style>
span { border-color: #A8131B; }
span { border-color: rgb(168,19,27); }
td.TdClassName
{
border-color: #A8131B;
}
.TagClassName
{
border-color: #A8131B;
}
</style>