Shades of Carmine #A0043A
Tints of Carmine #A0043A
RGB
CMYK
RGB Variations
Color information
#A0043A (or 0xA0043A) is known color: Carmine. HEX triplet: A0, 04 and 3A. RGB value is (160,4,58). Sum of RGB (Red+Green+Blue) = 160+4+58=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0043A is #5FFBC5. Grayscale: #383838. Windows color (decimal): -6290374 or 3802272. OLE color: 3802272.
HSL color Cylindrical-coordinate representation of color #A0043A: hue angle of 339.23º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0043A is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.37 |
| HSL | 339.23º | 0.95% | 0.32% | - |
| HSV(B) | 339.23º | 0.98% | 0.63% | - |
| XYZ | 15.3 | 7.87 | 4.71 | - |
| YUV | 56.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 58 | 0 | 0.98 | 0.64 | 0.37 | 339.23 | 0.95 | 0.32 |
| Hex | A0 | 4 | 3A | 0 | 62 | 40 | 25 | 153 | 5F | 20 |
| Octal | 240 | 4 | 72 | 0 | 142 | 100 | 45 | 523 | 137 | 40 |
| Binary | 10100000 | 100 | 111010 | 0 | 1100010 | 1000000 | 100101 | 101010011 | 1011111 | 100000 |
Color Harmonies of #A0043A
Complementary color
Monochromatic Colors of #A0043A
Black with #A0043A
Text Example
Text Example
White with #A0043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0043A; }
p { color: rgb(160,4,58); }
H1.HeaderClassName
{
color: #A0043A;
}
.AnyTagClassName
{
color: #A0043A;
}
</style>
background-color css
<style>
a { background-color: #A0043A; }
a { background-color: rgb(160,4,58); }
div.DivClassName
{
background-color: #A0043A;
}
.BgClassName
{
background-color: #A0043A;
}
</style>
border-color css
<style>
span { border-color: #A0043A; }
span { border-color: rgb(160,4,58); }
td.TdClassName
{
border-color: #A0043A;
}
.TagClassName
{
border-color: #A0043A;
}
</style>