Shades of Carmine #A80234
Tints of Carmine #A80234
RGB
CMYK
RGB Variations
Color information
#A80234 (or 0xA80234) is known color: Carmine. HEX triplet: A8, 02 and 34. RGB value is (168,2,52). Sum of RGB (Red+Green+Blue) = 168+2+52=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A80234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80234 is #57FDCB. Grayscale: #393939. Windows color (decimal): -5766604 or 3408552. OLE color: 3408552.
HSL color Cylindrical-coordinate representation of color #A80234: hue angle of 341.93º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80234 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.34 |
| HSL | 341.93º | 0.98% | 0.33% | - |
| HSV(B) | 341.93º | 0.99% | 0.66% | - |
| XYZ | 16.79 | 8.62 | 4.03 | - |
| YUV | 57.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 52 | 0 | 0.99 | 0.69 | 0.34 | 341.93 | 0.98 | 0.33 |
| Hex | A8 | 2 | 34 | 0 | 63 | 45 | 22 | 156 | 62 | 21 |
| Octal | 250 | 2 | 64 | 0 | 143 | 105 | 42 | 526 | 142 | 41 |
| Binary | 10101000 | 10 | 110100 | 0 | 1100011 | 1000101 | 100010 | 101010110 | 1100010 | 100001 |
Color Harmonies of #A80234
Complementary color
Monochromatic Colors of #A80234
Black with #A80234
Text Example
Text Example
White with #A80234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80234; }
p { color: rgb(168,2,52); }
H1.HeaderClassName
{
color: #A80234;
}
.AnyTagClassName
{
color: #A80234;
}
</style>
background-color css
<style>
a { background-color: #A80234; }
a { background-color: rgb(168,2,52); }
div.DivClassName
{
background-color: #A80234;
}
.BgClassName
{
background-color: #A80234;
}
</style>
border-color css
<style>
span { border-color: #A80234; }
span { border-color: rgb(168,2,52); }
td.TdClassName
{
border-color: #A80234;
}
.TagClassName
{
border-color: #A80234;
}
</style>