Shades of Carmine #A21225
Tints of Carmine #A21225
RGB
CMYK
RGB Variations
Color information
#A21225 (or 0xA21225) is known color: Carmine. HEX triplet: A2, 12 and 25. RGB value is (162,18,37). Sum of RGB (Red+Green+Blue) = 162+18+37=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A21225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21225 is #5DEDDA. Grayscale: #3F3F3F. Windows color (decimal): -6155739 or 2429602. OLE color: 2429602.
HSL color Cylindrical-coordinate representation of color #A21225: hue angle of 352.08º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21225 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 37 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.36 |
| HSL | 352.08º | 0.8% | 0.35% | - |
| HSV(B) | 352.08º | 0.89% | 0.64% | - |
| XYZ | 15.45 | 8.25 | 2.53 | - |
| YUV | 63.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 37 | 0 | 0.89 | 0.77 | 0.36 | 352.08 | 0.8 | 0.35 |
| Hex | A2 | 12 | 25 | 0 | 59 | 4D | 24 | 160 | 50 | 23 |
| Octal | 242 | 22 | 45 | 0 | 131 | 115 | 44 | 540 | 120 | 43 |
| Binary | 10100010 | 10010 | 100101 | 0 | 1011001 | 1001101 | 100100 | 101100000 | 1010000 | 100011 |
Color Harmonies of #A21225
Complementary color
Monochromatic Colors of #A21225
Black with #A21225
Text Example
Text Example
White with #A21225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21225; }
p { color: rgb(162,18,37); }
H1.HeaderClassName
{
color: #A21225;
}
.AnyTagClassName
{
color: #A21225;
}
</style>
background-color css
<style>
a { background-color: #A21225; }
a { background-color: rgb(162,18,37); }
div.DivClassName
{
background-color: #A21225;
}
.BgClassName
{
background-color: #A21225;
}
</style>
border-color css
<style>
span { border-color: #A21225; }
span { border-color: rgb(162,18,37); }
td.TdClassName
{
border-color: #A21225;
}
.TagClassName
{
border-color: #A21225;
}
</style>