Shades of Carmine #A80320
Tints of Carmine #A80320
RGB
CMYK
RGB Variations
Color information
#A80320 (or 0xA80320) is known color: Carmine. HEX triplet: A8, 03 and 20. RGB value is (168,3,32). Sum of RGB (Red+Green+Blue) = 168+3+32=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A80320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80320 is #57FCDF. Grayscale: #373737. Windows color (decimal): -5766368 or 2098088. OLE color: 2098088.
HSL color Cylindrical-coordinate representation of color #A80320: hue angle of 349.45º 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 #A80320 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.34 |
| HSL | 349.45º | 0.96% | 0.34% | - |
| HSV(B) | 349.45º | 0.98% | 0.66% | - |
| XYZ | 16.44 | 8.49 | 2.14 | - |
| YUV | 55.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 32 | 0 | 0.98 | 0.81 | 0.34 | 349.45 | 0.96 | 0.34 |
| Hex | A8 | 3 | 20 | 0 | 62 | 51 | 22 | 15D | 60 | 22 |
| Octal | 250 | 3 | 40 | 0 | 142 | 121 | 42 | 535 | 140 | 42 |
| Binary | 10101000 | 11 | 100000 | 0 | 1100010 | 1010001 | 100010 | 101011101 | 1100000 | 100010 |
Color Harmonies of #A80320
Complementary color
Monochromatic Colors of #A80320
Black with #A80320
Text Example
Text Example
White with #A80320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80320; }
p { color: rgb(168,3,32); }
H1.HeaderClassName
{
color: #A80320;
}
.AnyTagClassName
{
color: #A80320;
}
</style>
background-color css
<style>
a { background-color: #A80320; }
a { background-color: rgb(168,3,32); }
div.DivClassName
{
background-color: #A80320;
}
.BgClassName
{
background-color: #A80320;
}
</style>
border-color css
<style>
span { border-color: #A80320; }
span { border-color: rgb(168,3,32); }
td.TdClassName
{
border-color: #A80320;
}
.TagClassName
{
border-color: #A80320;
}
</style>