Shades of Carmine #A6051C
Tints of Carmine #A6051C
RGB
CMYK
RGB Variations
Color information
#A6051C (or 0xA6051C) is known color: Carmine. HEX triplet: A6, 05 and 1C. RGB value is (166,5,28). Sum of RGB (Red+Green+Blue) = 166+5+28=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A6051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6051C is #59FAE3. Grayscale: #373737. Windows color (decimal): -5896932 or 1836454. OLE color: 1836454.
HSL color Cylindrical-coordinate representation of color #A6051C: hue angle of 351.43º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6051C is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 28 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.35 |
| HSL | 351.43º | 0.94% | 0.34% | - |
| HSV(B) | 351.43º | 0.97% | 0.65% | - |
| XYZ | 15.99 | 8.3 | 1.86 | - |
| YUV | 55.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 28 | 0 | 0.97 | 0.83 | 0.35 | 351.43 | 0.94 | 0.34 |
| Hex | A6 | 5 | 1C | 0 | 61 | 53 | 23 | 15F | 5E | 22 |
| Octal | 246 | 5 | 34 | 0 | 141 | 123 | 43 | 537 | 136 | 42 |
| Binary | 10100110 | 101 | 11100 | 0 | 1100001 | 1010011 | 100011 | 101011111 | 1011110 | 100010 |
Color Harmonies of #A6051C
Complementary color
Monochromatic Colors of #A6051C
Black with #A6051C
Text Example
Text Example
White with #A6051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6051C; }
p { color: rgb(166,5,28); }
H1.HeaderClassName
{
color: #A6051C;
}
.AnyTagClassName
{
color: #A6051C;
}
</style>
background-color css
<style>
a { background-color: #A6051C; }
a { background-color: rgb(166,5,28); }
div.DivClassName
{
background-color: #A6051C;
}
.BgClassName
{
background-color: #A6051C;
}
</style>
border-color css
<style>
span { border-color: #A6051C; }
span { border-color: rgb(166,5,28); }
td.TdClassName
{
border-color: #A6051C;
}
.TagClassName
{
border-color: #A6051C;
}
</style>