Shades of Carmine #A8072E
Tints of Carmine #A8072E
RGB
CMYK
RGB Variations
Color information
#A8072E (or 0xA8072E) is known color: Carmine. HEX triplet: A8, 07 and 2E. RGB value is (168,7,46). Sum of RGB (Red+Green+Blue) = 168+7+46=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A8072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8072E is #57F8D1. Grayscale: #3B3B3B. Windows color (decimal): -5765330 or 3016616. OLE color: 3016616.
HSL color Cylindrical-coordinate representation of color #A8072E: hue angle of 345.47º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8072E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 46 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.34 |
| HSL | 345.47º | 0.92% | 0.34% | - |
| HSV(B) | 345.47º | 0.96% | 0.66% | - |
| XYZ | 16.72 | 8.67 | 3.38 | - |
| YUV | 59.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 46 | 0 | 0.96 | 0.73 | 0.34 | 345.47 | 0.92 | 0.34 |
| Hex | A8 | 7 | 2E | 0 | 60 | 49 | 22 | 159 | 5C | 22 |
| Octal | 250 | 7 | 56 | 0 | 140 | 111 | 42 | 531 | 134 | 42 |
| Binary | 10101000 | 111 | 101110 | 0 | 1100000 | 1001001 | 100010 | 101011001 | 1011100 | 100010 |
Color Harmonies of #A8072E
Complementary color
Monochromatic Colors of #A8072E
Black with #A8072E
Text Example
Text Example
White with #A8072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8072E; }
p { color: rgb(168,7,46); }
H1.HeaderClassName
{
color: #A8072E;
}
.AnyTagClassName
{
color: #A8072E;
}
</style>
background-color css
<style>
a { background-color: #A8072E; }
a { background-color: rgb(168,7,46); }
div.DivClassName
{
background-color: #A8072E;
}
.BgClassName
{
background-color: #A8072E;
}
</style>
border-color css
<style>
span { border-color: #A8072E; }
span { border-color: rgb(168,7,46); }
td.TdClassName
{
border-color: #A8072E;
}
.TagClassName
{
border-color: #A8072E;
}
</style>