Shades of Carmine #A61422
Tints of Carmine #A61422
RGB
CMYK
RGB Variations
Color information
#A61422 (or 0xA61422) is known color: Carmine. HEX triplet: A6, 14 and 22. RGB value is (166,20,34). Sum of RGB (Red+Green+Blue) = 166+20+34=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A61422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61422 is #59EBDD. Grayscale: #414141. Windows color (decimal): -5893086 or 2233510. OLE color: 2233510.
HSL color Cylindrical-coordinate representation of color #A61422: hue angle of 354.25º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61422 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 34 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.35 |
| HSL | 354.25º | 0.78% | 0.36% | - |
| HSV(B) | 354.25º | 0.88% | 0.65% | - |
| XYZ | 16.26 | 8.72 | 2.34 | - |
| YUV | 65.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 34 | 0 | 0.88 | 0.80 | 0.35 | 354.25 | 0.78 | 0.36 |
| Hex | A6 | 14 | 22 | 0 | 58 | 50 | 23 | 162 | 4E | 24 |
| Octal | 246 | 24 | 42 | 0 | 130 | 120 | 43 | 542 | 116 | 44 |
| Binary | 10100110 | 10100 | 100010 | 0 | 1011000 | 1010000 | 100011 | 101100010 | 1001110 | 100100 |
Color Harmonies of #A61422
Complementary color
Monochromatic Colors of #A61422
Black with #A61422
Text Example
Text Example
White with #A61422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61422; }
p { color: rgb(166,20,34); }
H1.HeaderClassName
{
color: #A61422;
}
.AnyTagClassName
{
color: #A61422;
}
</style>
background-color css
<style>
a { background-color: #A61422; }
a { background-color: rgb(166,20,34); }
div.DivClassName
{
background-color: #A61422;
}
.BgClassName
{
background-color: #A61422;
}
</style>
border-color css
<style>
span { border-color: #A61422; }
span { border-color: rgb(166,20,34); }
td.TdClassName
{
border-color: #A61422;
}
.TagClassName
{
border-color: #A61422;
}
</style>