Shades of Carmine #A41622
Tints of Carmine #A41622
RGB
CMYK
RGB Variations
Color information
#A41622 (or 0xA41622) is known color: Carmine. HEX triplet: A4, 16 and 22. RGB value is (164,22,34). Sum of RGB (Red+Green+Blue) = 164+22+34=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A41622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41622 is #5BE9DD. Grayscale: #414141. Windows color (decimal): -6023646 or 2234020. OLE color: 2234020.
HSL color Cylindrical-coordinate representation of color #A41622: hue angle of 354.93º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41622 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 22 | 34 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.36 |
| HSL | 354.93º | 0.76% | 0.36% | - |
| HSV(B) | 354.93º | 0.87% | 0.64% | - |
| XYZ | 15.89 | 8.58 | 2.33 | - |
| YUV | 65.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 34 | 0 | 0.87 | 0.79 | 0.36 | 354.93 | 0.76 | 0.36 |
| Hex | A4 | 16 | 22 | 0 | 57 | 4F | 24 | 163 | 4C | 24 |
| Octal | 244 | 26 | 42 | 0 | 127 | 117 | 44 | 543 | 114 | 44 |
| Binary | 10100100 | 10110 | 100010 | 0 | 1010111 | 1001111 | 100100 | 101100011 | 1001100 | 100100 |
Color Harmonies of #A41622
Complementary color
Monochromatic Colors of #A41622
Black with #A41622
Text Example
Text Example
White with #A41622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41622; }
p { color: rgb(164,22,34); }
H1.HeaderClassName
{
color: #A41622;
}
.AnyTagClassName
{
color: #A41622;
}
</style>
background-color css
<style>
a { background-color: #A41622; }
a { background-color: rgb(164,22,34); }
div.DivClassName
{
background-color: #A41622;
}
.BgClassName
{
background-color: #A41622;
}
</style>
border-color css
<style>
span { border-color: #A41622; }
span { border-color: rgb(164,22,34); }
td.TdClassName
{
border-color: #A41622;
}
.TagClassName
{
border-color: #A41622;
}
</style>