Shades of Carmine #A60121
Tints of Carmine #A60121
RGB
CMYK
RGB Variations
Color information
#A60121 (or 0xA60121) is known color: Carmine. HEX triplet: A6, 01 and 21. RGB value is (166,1,33). Sum of RGB (Red+Green+Blue) = 166+1+33=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A60121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60121 is #59FEDE. Grayscale: #363636. Windows color (decimal): -5897951 or 2163110. OLE color: 2163110.
HSL color Cylindrical-coordinate representation of color #A60121: hue angle of 348.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60121 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.35 |
| HSL | 348.36º | 0.99% | 0.33% | - |
| HSV(B) | 348.36º | 0.99% | 0.65% | - |
| XYZ | 16.01 | 8.24 | 2.19 | - |
| YUV | 53.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 33 | 0 | 0.99 | 0.80 | 0.35 | 348.36 | 0.99 | 0.33 |
| Hex | A6 | 1 | 21 | 0 | 63 | 50 | 23 | 15C | 63 | 21 |
| Octal | 246 | 1 | 41 | 0 | 143 | 120 | 43 | 534 | 143 | 41 |
| Binary | 10100110 | 1 | 100001 | 0 | 1100011 | 1010000 | 100011 | 101011100 | 1100011 | 100001 |
Color Harmonies of #A60121
Complementary color
Monochromatic Colors of #A60121
Black with #A60121
Text Example
Text Example
White with #A60121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60121; }
p { color: rgb(166,1,33); }
H1.HeaderClassName
{
color: #A60121;
}
.AnyTagClassName
{
color: #A60121;
}
</style>
background-color css
<style>
a { background-color: #A60121; }
a { background-color: rgb(166,1,33); }
div.DivClassName
{
background-color: #A60121;
}
.BgClassName
{
background-color: #A60121;
}
</style>
border-color css
<style>
span { border-color: #A60121; }
span { border-color: rgb(166,1,33); }
td.TdClassName
{
border-color: #A60121;
}
.TagClassName
{
border-color: #A60121;
}
</style>