Shades of Carmine #A0072B
Tints of Carmine #A0072B
RGB
CMYK
RGB Variations
Color information
#A0072B (or 0xA0072B) is known color: Carmine. HEX triplet: A0, 07 and 2B. RGB value is (160,7,43). Sum of RGB (Red+Green+Blue) = 160+7+43=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A0072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0072B is #5FF8D4. Grayscale: #383838. Windows color (decimal): -6289621 or 2820000. OLE color: 2820000.
HSL color Cylindrical-coordinate representation of color #A0072B: hue angle of 345.88º 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 #A0072B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 43 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.37 |
| HSL | 345.88º | 0.92% | 0.33% | - |
| HSV(B) | 345.88º | 0.96% | 0.63% | - |
| XYZ | 15.01 | 7.8 | 3 | - |
| YUV | 56.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 43 | 0 | 0.96 | 0.73 | 0.37 | 345.88 | 0.92 | 0.33 |
| Hex | A0 | 7 | 2B | 0 | 60 | 49 | 25 | 15A | 5C | 21 |
| Octal | 240 | 7 | 53 | 0 | 140 | 111 | 45 | 532 | 134 | 41 |
| Binary | 10100000 | 111 | 101011 | 0 | 1100000 | 1001001 | 100101 | 101011010 | 1011100 | 100001 |
Color Harmonies of #A0072B
Complementary color
Monochromatic Colors of #A0072B
Black with #A0072B
Text Example
Text Example
White with #A0072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0072B; }
p { color: rgb(160,7,43); }
H1.HeaderClassName
{
color: #A0072B;
}
.AnyTagClassName
{
color: #A0072B;
}
</style>
background-color css
<style>
a { background-color: #A0072B; }
a { background-color: rgb(160,7,43); }
div.DivClassName
{
background-color: #A0072B;
}
.BgClassName
{
background-color: #A0072B;
}
</style>
border-color css
<style>
span { border-color: #A0072B; }
span { border-color: rgb(160,7,43); }
td.TdClassName
{
border-color: #A0072B;
}
.TagClassName
{
border-color: #A0072B;
}
</style>