Shades of Carmine #A2031C
Tints of Carmine #A2031C
RGB
CMYK
RGB Variations
Color information
#A2031C (or 0xA2031C) is known color: Carmine. HEX triplet: A2, 03 and 1C. RGB value is (162,3,28). Sum of RGB (Red+Green+Blue) = 162+3+28=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A2031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2031C is #5DFCE3. Grayscale: #353535. Windows color (decimal): -6159588 or 1835938. OLE color: 1835938.
HSL color Cylindrical-coordinate representation of color #A2031C: hue angle of 350.57º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2031C is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.36 |
| HSL | 350.57º | 0.96% | 0.32% | - |
| HSV(B) | 350.57º | 0.98% | 0.64% | - |
| XYZ | 15.14 | 7.83 | 1.81 | - |
| YUV | 53.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 28 | 0 | 0.98 | 0.83 | 0.36 | 350.57 | 0.96 | 0.32 |
| Hex | A2 | 3 | 1C | 0 | 62 | 53 | 24 | 15F | 60 | 20 |
| Octal | 242 | 3 | 34 | 0 | 142 | 123 | 44 | 537 | 140 | 40 |
| Binary | 10100010 | 11 | 11100 | 0 | 1100010 | 1010011 | 100100 | 101011111 | 1100000 | 100000 |
Color Harmonies of #A2031C
Complementary color
Monochromatic Colors of #A2031C
Black with #A2031C
Text Example
Text Example
White with #A2031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2031C; }
p { color: rgb(162,3,28); }
H1.HeaderClassName
{
color: #A2031C;
}
.AnyTagClassName
{
color: #A2031C;
}
</style>
background-color css
<style>
a { background-color: #A2031C; }
a { background-color: rgb(162,3,28); }
div.DivClassName
{
background-color: #A2031C;
}
.BgClassName
{
background-color: #A2031C;
}
</style>
border-color css
<style>
span { border-color: #A2031C; }
span { border-color: rgb(162,3,28); }
td.TdClassName
{
border-color: #A2031C;
}
.TagClassName
{
border-color: #A2031C;
}
</style>