Shades of Carmine #A1072C
Tints of Carmine #A1072C
RGB
CMYK
RGB Variations
Color information
#A1072C (or 0xA1072C) is known color: Carmine. HEX triplet: A1, 07 and 2C. RGB value is (161,7,44). Sum of RGB (Red+Green+Blue) = 161+7+44=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A1072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1072C is #5EF8D3. Grayscale: #393939. Windows color (decimal): -6224084 or 2885537. OLE color: 2885537.
HSL color Cylindrical-coordinate representation of color #A1072C: hue angle of 345.58º 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 #A1072C is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 44 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.37 |
| HSL | 345.58º | 0.92% | 0.33% | - |
| HSV(B) | 345.58º | 0.96% | 0.63% | - |
| XYZ | 15.23 | 7.91 | 3.11 | - |
| YUV | 57.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 44 | 0 | 0.96 | 0.73 | 0.37 | 345.58 | 0.92 | 0.33 |
| Hex | A1 | 7 | 2C | 0 | 60 | 49 | 25 | 15A | 5C | 21 |
| Octal | 241 | 7 | 54 | 0 | 140 | 111 | 45 | 532 | 134 | 41 |
| Binary | 10100001 | 111 | 101100 | 0 | 1100000 | 1001001 | 100101 | 101011010 | 1011100 | 100001 |
Color Harmonies of #A1072C
Complementary color
Monochromatic Colors of #A1072C
Black with #A1072C
Text Example
Text Example
White with #A1072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1072C; }
p { color: rgb(161,7,44); }
H1.HeaderClassName
{
color: #A1072C;
}
.AnyTagClassName
{
color: #A1072C;
}
</style>
background-color css
<style>
a { background-color: #A1072C; }
a { background-color: rgb(161,7,44); }
div.DivClassName
{
background-color: #A1072C;
}
.BgClassName
{
background-color: #A1072C;
}
</style>
border-color css
<style>
span { border-color: #A1072C; }
span { border-color: rgb(161,7,44); }
td.TdClassName
{
border-color: #A1072C;
}
.TagClassName
{
border-color: #A1072C;
}
</style>