Shades of Carmine #A20631
Tints of Carmine #A20631
RGB
CMYK
RGB Variations
Color information
#A20631 (or 0xA20631) is known color: Carmine. HEX triplet: A2, 06 and 31. RGB value is (162,6,49). Sum of RGB (Red+Green+Blue) = 162+6+49=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A20631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20631 is #5DF9CE. Grayscale: #393939. Windows color (decimal): -6158799 or 3212962. OLE color: 3212962.
HSL color Cylindrical-coordinate representation of color #A20631: hue angle of 343.46º degrees, saturation: 0.93, 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 #A20631 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 49 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.36 |
| HSL | 343.46º | 0.93% | 0.33% | - |
| HSV(B) | 343.46º | 0.96% | 0.64% | - |
| XYZ | 15.52 | 8.03 | 3.64 | - |
| YUV | 57.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 49 | 0 | 0.96 | 0.70 | 0.36 | 343.46 | 0.93 | 0.33 |
| Hex | A2 | 6 | 31 | 0 | 60 | 46 | 24 | 157 | 5D | 21 |
| Octal | 242 | 6 | 61 | 0 | 140 | 106 | 44 | 527 | 135 | 41 |
| Binary | 10100010 | 110 | 110001 | 0 | 1100000 | 1000110 | 100100 | 101010111 | 1011101 | 100001 |
Color Harmonies of #A20631
Complementary color
Monochromatic Colors of #A20631
Black with #A20631
Text Example
Text Example
White with #A20631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20631; }
p { color: rgb(162,6,49); }
H1.HeaderClassName
{
color: #A20631;
}
.AnyTagClassName
{
color: #A20631;
}
</style>
background-color css
<style>
a { background-color: #A20631; }
a { background-color: rgb(162,6,49); }
div.DivClassName
{
background-color: #A20631;
}
.BgClassName
{
background-color: #A20631;
}
</style>
border-color css
<style>
span { border-color: #A20631; }
span { border-color: rgb(162,6,49); }
td.TdClassName
{
border-color: #A20631;
}
.TagClassName
{
border-color: #A20631;
}
</style>