Shades of Carmine #A80334
Tints of Carmine #A80334
RGB
CMYK
RGB Variations
Color information
#A80334 (or 0xA80334) is known color: Carmine. HEX triplet: A8, 03 and 34. RGB value is (168,3,52). Sum of RGB (Red+Green+Blue) = 168+3+52=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A80334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80334 is #57FCCB. Grayscale: #393939. Windows color (decimal): -5766348 or 3408808. OLE color: 3408808.
HSL color Cylindrical-coordinate representation of color #A80334: hue angle of 342.18º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80334 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.34 |
| HSL | 342.18º | 0.96% | 0.34% | - |
| HSV(B) | 342.18º | 0.98% | 0.66% | - |
| XYZ | 16.8 | 8.64 | 4.03 | - |
| YUV | 57.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 52 | 0 | 0.98 | 0.69 | 0.34 | 342.18 | 0.96 | 0.34 |
| Hex | A8 | 3 | 34 | 0 | 62 | 45 | 22 | 156 | 60 | 22 |
| Octal | 250 | 3 | 64 | 0 | 142 | 105 | 42 | 526 | 140 | 42 |
| Binary | 10101000 | 11 | 110100 | 0 | 1100010 | 1000101 | 100010 | 101010110 | 1100000 | 100010 |
Color Harmonies of #A80334
Complementary color
Monochromatic Colors of #A80334
Black with #A80334
Text Example
Text Example
White with #A80334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80334; }
p { color: rgb(168,3,52); }
H1.HeaderClassName
{
color: #A80334;
}
.AnyTagClassName
{
color: #A80334;
}
</style>
background-color css
<style>
a { background-color: #A80334; }
a { background-color: rgb(168,3,52); }
div.DivClassName
{
background-color: #A80334;
}
.BgClassName
{
background-color: #A80334;
}
</style>
border-color css
<style>
span { border-color: #A80334; }
span { border-color: rgb(168,3,52); }
td.TdClassName
{
border-color: #A80334;
}
.TagClassName
{
border-color: #A80334;
}
</style>