Shades of Carmine #A80C23
Tints of Carmine #A80C23
RGB
CMYK
RGB Variations
Color information
#A80C23 (or 0xA80C23) is known color: Carmine. HEX triplet: A8, 0C and 23. RGB value is (168,12,35). Sum of RGB (Red+Green+Blue) = 168+12+35=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C23 is #57F3DC. Grayscale: #3D3D3D. Windows color (decimal): -5764061 or 2297000. OLE color: 2297000.
HSL color Cylindrical-coordinate representation of color #A80C23: hue angle of 351.15º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C23 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 35 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.34 |
| HSL | 351.15º | 0.87% | 0.35% | - |
| HSV(B) | 351.15º | 0.93% | 0.66% | - |
| XYZ | 16.58 | 8.71 | 2.4 | - |
| YUV | 61.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 35 | 0 | 0.93 | 0.79 | 0.34 | 351.15 | 0.87 | 0.35 |
| Hex | A8 | C | 23 | 0 | 5D | 4F | 22 | 15F | 57 | 23 |
| Octal | 250 | 14 | 43 | 0 | 135 | 117 | 42 | 537 | 127 | 43 |
| Binary | 10101000 | 1100 | 100011 | 0 | 1011101 | 1001111 | 100010 | 101011111 | 1010111 | 100011 |
Color Harmonies of #A80C23
Complementary color
Monochromatic Colors of #A80C23
Black with #A80C23
Text Example
Text Example
White with #A80C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C23; }
p { color: rgb(168,12,35); }
H1.HeaderClassName
{
color: #A80C23;
}
.AnyTagClassName
{
color: #A80C23;
}
</style>
background-color css
<style>
a { background-color: #A80C23; }
a { background-color: rgb(168,12,35); }
div.DivClassName
{
background-color: #A80C23;
}
.BgClassName
{
background-color: #A80C23;
}
</style>
border-color css
<style>
span { border-color: #A80C23; }
span { border-color: rgb(168,12,35); }
td.TdClassName
{
border-color: #A80C23;
}
.TagClassName
{
border-color: #A80C23;
}
</style>