Shades of Carmine #A6102D
Tints of Carmine #A6102D
RGB
CMYK
RGB Variations
Color information
#A6102D (or 0xA6102D) is known color: Carmine. HEX triplet: A6, 10 and 2D. RGB value is (166,16,45). Sum of RGB (Red+Green+Blue) = 166+16+45=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A6102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6102D is #59EFD2. Grayscale: #404040. Windows color (decimal): -5894099 or 2953382. OLE color: 2953382.
HSL color Cylindrical-coordinate representation of color #A6102D: hue angle of 348.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6102D is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 45 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.35 |
| HSL | 348.4º | 0.82% | 0.36% | - |
| HSV(B) | 348.4º | 0.9% | 0.65% | - |
| XYZ | 16.38 | 8.67 | 3.29 | - |
| YUV | 64.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 45 | 0 | 0.90 | 0.73 | 0.35 | 348.4 | 0.82 | 0.36 |
| Hex | A6 | 10 | 2D | 0 | 5A | 49 | 23 | 15C | 52 | 24 |
| Octal | 246 | 20 | 55 | 0 | 132 | 111 | 43 | 534 | 122 | 44 |
| Binary | 10100110 | 10000 | 101101 | 0 | 1011010 | 1001001 | 100011 | 101011100 | 1010010 | 100100 |
Color Harmonies of #A6102D
Complementary color
Monochromatic Colors of #A6102D
Black with #A6102D
Text Example
Text Example
White with #A6102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6102D; }
p { color: rgb(166,16,45); }
H1.HeaderClassName
{
color: #A6102D;
}
.AnyTagClassName
{
color: #A6102D;
}
</style>
background-color css
<style>
a { background-color: #A6102D; }
a { background-color: rgb(166,16,45); }
div.DivClassName
{
background-color: #A6102D;
}
.BgClassName
{
background-color: #A6102D;
}
</style>
border-color css
<style>
span { border-color: #A6102D; }
span { border-color: rgb(166,16,45); }
td.TdClassName
{
border-color: #A6102D;
}
.TagClassName
{
border-color: #A6102D;
}
</style>