Shades of Carmine #A8071D
Tints of Carmine #A8071D
RGB
CMYK
RGB Variations
Color information
#A8071D (or 0xA8071D) is known color: Carmine. HEX triplet: A8, 07 and 1D. RGB value is (168,7,29). Sum of RGB (Red+Green+Blue) = 168+7+29=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A8071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8071D is #57F8E2. Grayscale: #393939. Windows color (decimal): -5765347 or 1902504. OLE color: 1902504.
HSL color Cylindrical-coordinate representation of color #A8071D: hue angle of 351.8º 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 #A8071D is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 29 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.34 |
| HSL | 351.8º | 0.92% | 0.34% | - |
| HSV(B) | 351.8º | 0.96% | 0.66% | - |
| XYZ | 16.45 | 8.57 | 1.95 | - |
| YUV | 57.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 29 | 0 | 0.96 | 0.83 | 0.34 | 351.8 | 0.92 | 0.34 |
| Hex | A8 | 7 | 1D | 0 | 60 | 53 | 22 | 160 | 5C | 22 |
| Octal | 250 | 7 | 35 | 0 | 140 | 123 | 42 | 540 | 134 | 42 |
| Binary | 10101000 | 111 | 11101 | 0 | 1100000 | 1010011 | 100010 | 101100000 | 1011100 | 100010 |
Color Harmonies of #A8071D
Complementary color
Monochromatic Colors of #A8071D
Black with #A8071D
Text Example
Text Example
White with #A8071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8071D; }
p { color: rgb(168,7,29); }
H1.HeaderClassName
{
color: #A8071D;
}
.AnyTagClassName
{
color: #A8071D;
}
</style>
background-color css
<style>
a { background-color: #A8071D; }
a { background-color: rgb(168,7,29); }
div.DivClassName
{
background-color: #A8071D;
}
.BgClassName
{
background-color: #A8071D;
}
</style>
border-color css
<style>
span { border-color: #A8071D; }
span { border-color: rgb(168,7,29); }
td.TdClassName
{
border-color: #A8071D;
}
.TagClassName
{
border-color: #A8071D;
}
</style>