Shades of Carmine #A61322
Tints of Carmine #A61322
RGB
CMYK
RGB Variations
Color information
#A61322 (or 0xA61322) is known color: Carmine. HEX triplet: A6, 13 and 22. RGB value is (166,19,34). Sum of RGB (Red+Green+Blue) = 166+19+34=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A61322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61322 is #59ECDD. Grayscale: #404040. Windows color (decimal): -5893342 or 2233254. OLE color: 2233254.
HSL color Cylindrical-coordinate representation of color #A61322: hue angle of 353.88º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61322 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 34 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.35 |
| HSL | 353.88º | 0.79% | 0.36% | - |
| HSV(B) | 353.88º | 0.89% | 0.65% | - |
| XYZ | 16.25 | 8.69 | 2.33 | - |
| YUV | 64.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 34 | 0 | 0.89 | 0.80 | 0.35 | 353.88 | 0.79 | 0.36 |
| Hex | A6 | 13 | 22 | 0 | 59 | 50 | 23 | 162 | 4F | 24 |
| Octal | 246 | 23 | 42 | 0 | 131 | 120 | 43 | 542 | 117 | 44 |
| Binary | 10100110 | 10011 | 100010 | 0 | 1011001 | 1010000 | 100011 | 101100010 | 1001111 | 100100 |
Color Harmonies of #A61322
Complementary color
Monochromatic Colors of #A61322
Black with #A61322
Text Example
Text Example
White with #A61322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61322; }
p { color: rgb(166,19,34); }
H1.HeaderClassName
{
color: #A61322;
}
.AnyTagClassName
{
color: #A61322;
}
</style>
background-color css
<style>
a { background-color: #A61322; }
a { background-color: rgb(166,19,34); }
div.DivClassName
{
background-color: #A61322;
}
.BgClassName
{
background-color: #A61322;
}
</style>
border-color css
<style>
span { border-color: #A61322; }
span { border-color: rgb(166,19,34); }
td.TdClassName
{
border-color: #A61322;
}
.TagClassName
{
border-color: #A61322;
}
</style>