Shades of Carmine #A6102A
Tints of Carmine #A6102A
RGB
CMYK
RGB Variations
Color information
#A6102A (or 0xA6102A) is known color: Carmine. HEX triplet: A6, 10 and 2A. RGB value is (166,16,42). Sum of RGB (Red+Green+Blue) = 166+16+42=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A6102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6102A is #59EFD5. Grayscale: #3F3F3F. Windows color (decimal): -5894102 or 2756774. OLE color: 2756774.
HSL color Cylindrical-coordinate representation of color #A6102A: hue angle of 349.6º 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 #A6102A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 42 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.35 |
| HSL | 349.6º | 0.82% | 0.36% | - |
| HSV(B) | 349.6º | 0.9% | 0.65% | - |
| XYZ | 16.33 | 8.64 | 3 | - |
| YUV | 63.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 42 | 0 | 0.90 | 0.75 | 0.35 | 349.6 | 0.82 | 0.36 |
| Hex | A6 | 10 | 2A | 0 | 5A | 4B | 23 | 15E | 52 | 24 |
| Octal | 246 | 20 | 52 | 0 | 132 | 113 | 43 | 536 | 122 | 44 |
| Binary | 10100110 | 10000 | 101010 | 0 | 1011010 | 1001011 | 100011 | 101011110 | 1010010 | 100100 |
Color Harmonies of #A6102A
Complementary color
Monochromatic Colors of #A6102A
Black with #A6102A
Text Example
Text Example
White with #A6102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6102A; }
p { color: rgb(166,16,42); }
H1.HeaderClassName
{
color: #A6102A;
}
.AnyTagClassName
{
color: #A6102A;
}
</style>
background-color css
<style>
a { background-color: #A6102A; }
a { background-color: rgb(166,16,42); }
div.DivClassName
{
background-color: #A6102A;
}
.BgClassName
{
background-color: #A6102A;
}
</style>
border-color css
<style>
span { border-color: #A6102A; }
span { border-color: rgb(166,16,42); }
td.TdClassName
{
border-color: #A6102A;
}
.TagClassName
{
border-color: #A6102A;
}
</style>