Shades of Carmine #A00336
Tints of Carmine #A00336
RGB
CMYK
RGB Variations
Color information
#A00336 (or 0xA00336) is known color: Carmine. HEX triplet: A0, 03 and 36. RGB value is (160,3,54). Sum of RGB (Red+Green+Blue) = 160+3+54=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A00336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00336 is #5FFCC9. Grayscale: #373737. Windows color (decimal): -6290634 or 3539872. OLE color: 3539872.
HSL color Cylindrical-coordinate representation of color #A00336: hue angle of 340.51º degrees, saturation: 0.96, 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 #A00336 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.37 |
| HSL | 340.51º | 0.96% | 0.32% | - |
| HSV(B) | 340.51º | 0.98% | 0.63% | - |
| XYZ | 15.2 | 7.81 | 4.2 | - |
| YUV | 55.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 54 | 0 | 0.98 | 0.66 | 0.37 | 340.51 | 0.96 | 0.32 |
| Hex | A0 | 3 | 36 | 0 | 62 | 42 | 25 | 155 | 60 | 20 |
| Octal | 240 | 3 | 66 | 0 | 142 | 102 | 45 | 525 | 140 | 40 |
| Binary | 10100000 | 11 | 110110 | 0 | 1100010 | 1000010 | 100101 | 101010101 | 1100000 | 100000 |
Color Harmonies of #A00336
Complementary color
Monochromatic Colors of #A00336
Black with #A00336
Text Example
Text Example
White with #A00336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00336; }
p { color: rgb(160,3,54); }
H1.HeaderClassName
{
color: #A00336;
}
.AnyTagClassName
{
color: #A00336;
}
</style>
background-color css
<style>
a { background-color: #A00336; }
a { background-color: rgb(160,3,54); }
div.DivClassName
{
background-color: #A00336;
}
.BgClassName
{
background-color: #A00336;
}
</style>
border-color css
<style>
span { border-color: #A00336; }
span { border-color: rgb(160,3,54); }
td.TdClassName
{
border-color: #A00336;
}
.TagClassName
{
border-color: #A00336;
}
</style>