Shades of Carmine #A1072B
Tints of Carmine #A1072B
RGB
CMYK
RGB Variations
Color information
#A1072B (or 0xA1072B) is known color: Carmine. HEX triplet: A1, 07 and 2B. RGB value is (161,7,43). Sum of RGB (Red+Green+Blue) = 161+7+43=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A1072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1072B is #5EF8D4. Grayscale: #393939. Windows color (decimal): -6224085 or 2820001. OLE color: 2820001.
HSL color Cylindrical-coordinate representation of color #A1072B: hue angle of 345.97º 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 #A1072B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 43 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.37 |
| HSL | 345.97º | 0.92% | 0.33% | - |
| HSV(B) | 345.97º | 0.96% | 0.63% | - |
| XYZ | 15.21 | 7.9 | 3.01 | - |
| YUV | 57.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 43 | 0 | 0.96 | 0.73 | 0.37 | 345.97 | 0.92 | 0.33 |
| Hex | A1 | 7 | 2B | 0 | 60 | 49 | 25 | 15A | 5C | 21 |
| Octal | 241 | 7 | 53 | 0 | 140 | 111 | 45 | 532 | 134 | 41 |
| Binary | 10100001 | 111 | 101011 | 0 | 1100000 | 1001001 | 100101 | 101011010 | 1011100 | 100001 |
Color Harmonies of #A1072B
Complementary color
Monochromatic Colors of #A1072B
Black with #A1072B
Text Example
Text Example
White with #A1072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1072B; }
p { color: rgb(161,7,43); }
H1.HeaderClassName
{
color: #A1072B;
}
.AnyTagClassName
{
color: #A1072B;
}
</style>
background-color css
<style>
a { background-color: #A1072B; }
a { background-color: rgb(161,7,43); }
div.DivClassName
{
background-color: #A1072B;
}
.BgClassName
{
background-color: #A1072B;
}
</style>
border-color css
<style>
span { border-color: #A1072B; }
span { border-color: rgb(161,7,43); }
td.TdClassName
{
border-color: #A1072B;
}
.TagClassName
{
border-color: #A1072B;
}
</style>