Shades of Carmine #A60E23
Tints of Carmine #A60E23
RGB
CMYK
RGB Variations
Color information
#A60E23 (or 0xA60E23) is known color: Carmine. HEX triplet: A6, 0E and 23. RGB value is (166,14,35). Sum of RGB (Red+Green+Blue) = 166+14+35=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60E23 is #59F1DC. Grayscale: #3D3D3D. Windows color (decimal): -5894621 or 2297510. OLE color: 2297510.
HSL color Cylindrical-coordinate representation of color #A60E23: hue angle of 351.71º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E23 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 35 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.35 |
| HSL | 351.71º | 0.84% | 0.35% | - |
| HSV(B) | 351.71º | 0.92% | 0.65% | - |
| XYZ | 16.19 | 8.54 | 2.39 | - |
| YUV | 61.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 35 | 0 | 0.92 | 0.79 | 0.35 | 351.71 | 0.84 | 0.35 |
| Hex | A6 | E | 23 | 0 | 5C | 4F | 23 | 160 | 54 | 23 |
| Octal | 246 | 16 | 43 | 0 | 134 | 117 | 43 | 540 | 124 | 43 |
| Binary | 10100110 | 1110 | 100011 | 0 | 1011100 | 1001111 | 100011 | 101100000 | 1010100 | 100011 |
Color Harmonies of #A60E23
Complementary color
Monochromatic Colors of #A60E23
Black with #A60E23
Text Example
Text Example
White with #A60E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E23; }
p { color: rgb(166,14,35); }
H1.HeaderClassName
{
color: #A60E23;
}
.AnyTagClassName
{
color: #A60E23;
}
</style>
background-color css
<style>
a { background-color: #A60E23; }
a { background-color: rgb(166,14,35); }
div.DivClassName
{
background-color: #A60E23;
}
.BgClassName
{
background-color: #A60E23;
}
</style>
border-color css
<style>
span { border-color: #A60E23; }
span { border-color: rgb(166,14,35); }
td.TdClassName
{
border-color: #A60E23;
}
.TagClassName
{
border-color: #A60E23;
}
</style>