Shades of Carmine #A2042B
Tints of Carmine #A2042B
RGB
CMYK
RGB Variations
Color information
#A2042B (or 0xA2042B) is known color: Carmine. HEX triplet: A2, 04 and 2B. RGB value is (162,4,43). Sum of RGB (Red+Green+Blue) = 162+4+43=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2042B is #5DFBD4. Grayscale: #373737. Windows color (decimal): -6159317 or 2819234. OLE color: 2819234.
HSL color Cylindrical-coordinate representation of color #A2042B: hue angle of 345.19º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2042B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 43 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.36 |
| HSL | 345.19º | 0.95% | 0.33% | - |
| HSV(B) | 345.19º | 0.98% | 0.64% | - |
| XYZ | 15.38 | 7.94 | 3.01 | - |
| YUV | 55.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 43 | 0 | 0.98 | 0.73 | 0.36 | 345.19 | 0.95 | 0.33 |
| Hex | A2 | 4 | 2B | 0 | 62 | 49 | 24 | 159 | 5F | 21 |
| Octal | 242 | 4 | 53 | 0 | 142 | 111 | 44 | 531 | 137 | 41 |
| Binary | 10100010 | 100 | 101011 | 0 | 1100010 | 1001001 | 100100 | 101011001 | 1011111 | 100001 |
Color Harmonies of #A2042B
Complementary color
Monochromatic Colors of #A2042B
Black with #A2042B
Text Example
Text Example
White with #A2042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2042B; }
p { color: rgb(162,4,43); }
H1.HeaderClassName
{
color: #A2042B;
}
.AnyTagClassName
{
color: #A2042B;
}
</style>
background-color css
<style>
a { background-color: #A2042B; }
a { background-color: rgb(162,4,43); }
div.DivClassName
{
background-color: #A2042B;
}
.BgClassName
{
background-color: #A2042B;
}
</style>
border-color css
<style>
span { border-color: #A2042B; }
span { border-color: rgb(162,4,43); }
td.TdClassName
{
border-color: #A2042B;
}
.TagClassName
{
border-color: #A2042B;
}
</style>