Shades of Carmine #A80617
Tints of Carmine #A80617
RGB
CMYK
RGB Variations
Color information
#A80617 (or 0xA80617) is known color: Carmine. HEX triplet: A8, 06 and 17. RGB value is (168,6,23). Sum of RGB (Red+Green+Blue) = 168+6+23=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A80617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80617 is #57F9E8. Grayscale: #383838. Windows color (decimal): -5765609 or 1509032. OLE color: 1509032.
HSL color Cylindrical-coordinate representation of color #A80617: hue angle of 353.7º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80617 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 23 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.34 |
| HSL | 353.7º | 0.93% | 0.34% | - |
| HSV(B) | 353.7º | 0.96% | 0.66% | - |
| XYZ | 16.37 | 8.52 | 1.59 | - |
| YUV | 56.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 23 | 0 | 0.96 | 0.86 | 0.34 | 353.7 | 0.93 | 0.34 |
| Hex | A8 | 6 | 17 | 0 | 60 | 56 | 22 | 162 | 5D | 22 |
| Octal | 250 | 6 | 27 | 0 | 140 | 126 | 42 | 542 | 135 | 42 |
| Binary | 10101000 | 110 | 10111 | 0 | 1100000 | 1010110 | 100010 | 101100010 | 1011101 | 100010 |
Color Harmonies of #A80617
Complementary color
Monochromatic Colors of #A80617
Black with #A80617
Text Example
Text Example
White with #A80617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80617; }
p { color: rgb(168,6,23); }
H1.HeaderClassName
{
color: #A80617;
}
.AnyTagClassName
{
color: #A80617;
}
</style>
background-color css
<style>
a { background-color: #A80617; }
a { background-color: rgb(168,6,23); }
div.DivClassName
{
background-color: #A80617;
}
.BgClassName
{
background-color: #A80617;
}
</style>
border-color css
<style>
span { border-color: #A80617; }
span { border-color: rgb(168,6,23); }
td.TdClassName
{
border-color: #A80617;
}
.TagClassName
{
border-color: #A80617;
}
</style>