Shades of Carmine #A0071D
Tints of Carmine #A0071D
RGB
CMYK
RGB Variations
Color information
#A0071D (or 0xA0071D) is known color: Carmine. HEX triplet: A0, 07 and 1D. RGB value is (160,7,29). Sum of RGB (Red+Green+Blue) = 160+7+29=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A0071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0071D is #5FF8E2. Grayscale: #373737. Windows color (decimal): -6289635 or 1902496. OLE color: 1902496.
HSL color Cylindrical-coordinate representation of color #A0071D: hue angle of 351.37º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0071D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 29 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.37 |
| HSL | 351.37º | 0.92% | 0.33% | - |
| HSV(B) | 351.37º | 0.96% | 0.63% | - |
| XYZ | 14.79 | 7.71 | 1.87 | - |
| YUV | 55.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 29 | 0 | 0.96 | 0.82 | 0.37 | 351.37 | 0.92 | 0.33 |
| Hex | A0 | 7 | 1D | 0 | 60 | 52 | 25 | 15F | 5C | 21 |
| Octal | 240 | 7 | 35 | 0 | 140 | 122 | 45 | 537 | 134 | 41 |
| Binary | 10100000 | 111 | 11101 | 0 | 1100000 | 1010010 | 100101 | 101011111 | 1011100 | 100001 |
Color Harmonies of #A0071D
Complementary color
Monochromatic Colors of #A0071D
Black with #A0071D
Text Example
Text Example
White with #A0071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0071D; }
p { color: rgb(160,7,29); }
H1.HeaderClassName
{
color: #A0071D;
}
.AnyTagClassName
{
color: #A0071D;
}
</style>
background-color css
<style>
a { background-color: #A0071D; }
a { background-color: rgb(160,7,29); }
div.DivClassName
{
background-color: #A0071D;
}
.BgClassName
{
background-color: #A0071D;
}
</style>
border-color css
<style>
span { border-color: #A0071D; }
span { border-color: rgb(160,7,29); }
td.TdClassName
{
border-color: #A0071D;
}
.TagClassName
{
border-color: #A0071D;
}
</style>