Shades of Carmine #A60723
Tints of Carmine #A60723
RGB
CMYK
RGB Variations
Color information
#A60723 (or 0xA60723) is known color: Carmine. HEX triplet: A6, 07 and 23. RGB value is (166,7,35). Sum of RGB (Red+Green+Blue) = 166+7+35=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A60723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60723 is #59F8DC. Grayscale: #393939. Windows color (decimal): -5896413 or 2295718. OLE color: 2295718.
HSL color Cylindrical-coordinate representation of color #A60723: hue angle of 349.43º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60723 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 35 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.35 |
| HSL | 349.43º | 0.92% | 0.34% | - |
| HSV(B) | 349.43º | 0.96% | 0.65% | - |
| XYZ | 16.11 | 8.38 | 2.36 | - |
| YUV | 57.73 | 115.18 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 35 | 0 | 0.96 | 0.79 | 0.35 | 349.43 | 0.92 | 0.34 |
| Hex | A6 | 7 | 23 | 0 | 60 | 4F | 23 | 15D | 5C | 22 |
| Octal | 246 | 7 | 43 | 0 | 140 | 117 | 43 | 535 | 134 | 42 |
| Binary | 10100110 | 111 | 100011 | 0 | 1100000 | 1001111 | 100011 | 101011101 | 1011100 | 100010 |
Color Harmonies of #A60723
Complementary color
Monochromatic Colors of #A60723
Black with #A60723
Text Example
Text Example
White with #A60723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60723; }
p { color: rgb(166,7,35); }
H1.HeaderClassName
{
color: #A60723;
}
.AnyTagClassName
{
color: #A60723;
}
</style>
background-color css
<style>
a { background-color: #A60723; }
a { background-color: rgb(166,7,35); }
div.DivClassName
{
background-color: #A60723;
}
.BgClassName
{
background-color: #A60723;
}
</style>
border-color css
<style>
span { border-color: #A60723; }
span { border-color: rgb(166,7,35); }
td.TdClassName
{
border-color: #A60723;
}
.TagClassName
{
border-color: #A60723;
}
</style>