Shades of Carmine #A20938
Tints of Carmine #A20938
RGB
CMYK
RGB Variations
Color information
#A20938 (or 0xA20938) is known color: Carmine. HEX triplet: A2, 09 and 38. RGB value is (162,9,56). Sum of RGB (Red+Green+Blue) = 162+9+56=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A20938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20938 is #5DF6C7. Grayscale: #3C3C3C. Windows color (decimal): -6158024 or 3672482. OLE color: 3672482.
HSL color Cylindrical-coordinate representation of color #A20938: hue angle of 341.57º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20938 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 56 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.36 |
| HSL | 341.57º | 0.89% | 0.34% | - |
| HSV(B) | 341.57º | 0.94% | 0.64% | - |
| XYZ | 15.71 | 8.16 | 4.49 | - |
| YUV | 60.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 56 | 0 | 0.94 | 0.65 | 0.36 | 341.57 | 0.89 | 0.34 |
| Hex | A2 | 9 | 38 | 0 | 5E | 41 | 24 | 156 | 59 | 22 |
| Octal | 242 | 11 | 70 | 0 | 136 | 101 | 44 | 526 | 131 | 42 |
| Binary | 10100010 | 1001 | 111000 | 0 | 1011110 | 1000001 | 100100 | 101010110 | 1011001 | 100010 |
Color Harmonies of #A20938
Complementary color
Monochromatic Colors of #A20938
Black with #A20938
Text Example
Text Example
White with #A20938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20938; }
p { color: rgb(162,9,56); }
H1.HeaderClassName
{
color: #A20938;
}
.AnyTagClassName
{
color: #A20938;
}
</style>
background-color css
<style>
a { background-color: #A20938; }
a { background-color: rgb(162,9,56); }
div.DivClassName
{
background-color: #A20938;
}
.BgClassName
{
background-color: #A20938;
}
</style>
border-color css
<style>
span { border-color: #A20938; }
span { border-color: rgb(162,9,56); }
td.TdClassName
{
border-color: #A20938;
}
.TagClassName
{
border-color: #A20938;
}
</style>