Shades of Carmine #A2071B
Tints of Carmine #A2071B
RGB
CMYK
RGB Variations
Color information
#A2071B (or 0xA2071B) is known color: Carmine. HEX triplet: A2, 07 and 1B. RGB value is (162,7,27). Sum of RGB (Red+Green+Blue) = 162+7+27=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A2071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2071B is #5DF8E4. Grayscale: #373737. Windows color (decimal): -6158565 or 1771426. OLE color: 1771426.
HSL color Cylindrical-coordinate representation of color #A2071B: hue angle of 352.26º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2071B is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 27 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.36 |
| HSL | 352.26º | 0.92% | 0.33% | - |
| HSV(B) | 352.26º | 0.96% | 0.64% | - |
| XYZ | 15.17 | 7.91 | 1.76 | - |
| YUV | 55.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 27 | 0 | 0.96 | 0.83 | 0.36 | 352.26 | 0.92 | 0.33 |
| Hex | A2 | 7 | 1B | 0 | 60 | 53 | 24 | 160 | 5C | 21 |
| Octal | 242 | 7 | 33 | 0 | 140 | 123 | 44 | 540 | 134 | 41 |
| Binary | 10100010 | 111 | 11011 | 0 | 1100000 | 1010011 | 100100 | 101100000 | 1011100 | 100001 |
Color Harmonies of #A2071B
Complementary color
Monochromatic Colors of #A2071B
Black with #A2071B
Text Example
Text Example
White with #A2071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2071B; }
p { color: rgb(162,7,27); }
H1.HeaderClassName
{
color: #A2071B;
}
.AnyTagClassName
{
color: #A2071B;
}
</style>
background-color css
<style>
a { background-color: #A2071B; }
a { background-color: rgb(162,7,27); }
div.DivClassName
{
background-color: #A2071B;
}
.BgClassName
{
background-color: #A2071B;
}
</style>
border-color css
<style>
span { border-color: #A2071B; }
span { border-color: rgb(162,7,27); }
td.TdClassName
{
border-color: #A2071B;
}
.TagClassName
{
border-color: #A2071B;
}
</style>