Shades of Carmine #A8012B
Tints of Carmine #A8012B
RGB
CMYK
RGB Variations
Color information
#A8012B (or 0xA8012B) is known color: Carmine. HEX triplet: A8, 01 and 2B. RGB value is (168,1,43). Sum of RGB (Red+Green+Blue) = 168+1+43=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A8012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8012B is #57FED4. Grayscale: #373737. Windows color (decimal): -5766869 or 2818472. OLE color: 2818472.
HSL color Cylindrical-coordinate representation of color #A8012B: hue angle of 344.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8012B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.34 |
| HSL | 344.91º | 0.99% | 0.33% | - |
| HSV(B) | 344.91º | 0.99% | 0.66% | - |
| XYZ | 16.6 | 8.52 | 3.06 | - |
| YUV | 55.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 43 | 0 | 0.99 | 0.74 | 0.34 | 344.91 | 0.99 | 0.33 |
| Hex | A8 | 1 | 2B | 0 | 63 | 4A | 22 | 159 | 63 | 21 |
| Octal | 250 | 1 | 53 | 0 | 143 | 112 | 42 | 531 | 143 | 41 |
| Binary | 10101000 | 1 | 101011 | 0 | 1100011 | 1001010 | 100010 | 101011001 | 1100011 | 100001 |
Color Harmonies of #A8012B
Complementary color
Monochromatic Colors of #A8012B
Black with #A8012B
Text Example
Text Example
White with #A8012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8012B; }
p { color: rgb(168,1,43); }
H1.HeaderClassName
{
color: #A8012B;
}
.AnyTagClassName
{
color: #A8012B;
}
</style>
background-color css
<style>
a { background-color: #A8012B; }
a { background-color: rgb(168,1,43); }
div.DivClassName
{
background-color: #A8012B;
}
.BgClassName
{
background-color: #A8012B;
}
</style>
border-color css
<style>
span { border-color: #A8012B; }
span { border-color: rgb(168,1,43); }
td.TdClassName
{
border-color: #A8012B;
}
.TagClassName
{
border-color: #A8012B;
}
</style>