Shades of Carmine #A21622
Tints of Carmine #A21622
RGB
CMYK
RGB Variations
Color information
#A21622 (or 0xA21622) is known color: Carmine. HEX triplet: A2, 16 and 22. RGB value is (162,22,34). Sum of RGB (Red+Green+Blue) = 162+22+34=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A21622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21622 is #5DE9DD. Grayscale: #414141. Windows color (decimal): -6154718 or 2234018. OLE color: 2234018.
HSL color Cylindrical-coordinate representation of color #A21622: hue angle of 354.86º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21622 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 34 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.36 |
| HSL | 354.86º | 0.76% | 0.36% | - |
| HSV(B) | 354.86º | 0.86% | 0.64% | - |
| XYZ | 15.48 | 8.37 | 2.31 | - |
| YUV | 65.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 34 | 0 | 0.86 | 0.79 | 0.36 | 354.86 | 0.76 | 0.36 |
| Hex | A2 | 16 | 22 | 0 | 56 | 4F | 24 | 163 | 4C | 24 |
| Octal | 242 | 26 | 42 | 0 | 126 | 117 | 44 | 543 | 114 | 44 |
| Binary | 10100010 | 10110 | 100010 | 0 | 1010110 | 1001111 | 100100 | 101100011 | 1001100 | 100100 |
Color Harmonies of #A21622
Complementary color
Monochromatic Colors of #A21622
Black with #A21622
Text Example
Text Example
White with #A21622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21622; }
p { color: rgb(162,22,34); }
H1.HeaderClassName
{
color: #A21622;
}
.AnyTagClassName
{
color: #A21622;
}
</style>
background-color css
<style>
a { background-color: #A21622; }
a { background-color: rgb(162,22,34); }
div.DivClassName
{
background-color: #A21622;
}
.BgClassName
{
background-color: #A21622;
}
</style>
border-color css
<style>
span { border-color: #A21622; }
span { border-color: rgb(162,22,34); }
td.TdClassName
{
border-color: #A21622;
}
.TagClassName
{
border-color: #A21622;
}
</style>