Shades of Carmine #A00039
Tints of Carmine #A00039
RGB
CMYK
RGB Variations
Color information
#A00039 (or 0xA00039) is known color: Carmine. HEX triplet: A0, 00 and 39. RGB value is (160,0,57). Sum of RGB (Red+Green+Blue) = 160+0+57=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A00039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00039 is #5FFFC6. Grayscale: #363636. Windows color (decimal): -6291399 or 3735712. OLE color: 3735712.
HSL color Cylindrical-coordinate representation of color #A00039: hue angle of 338.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00039 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.64 | 0.37 |
| HSL | 338.63º | 1% | 0.31% | - |
| HSV(B) | 338.63º | 1% | 0.63% | - |
| XYZ | 15.24 | 7.77 | 4.57 | - |
| YUV | 54.34 | 129.51 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 57 | 0 | 1 | 0.64 | 0.37 | 338.63 | 1 | 0.31 |
| Hex | A0 | 0 | 39 | 0 | 64 | 40 | 25 | 153 | 64 | 1F |
| Octal | 240 | 0 | 71 | 0 | 144 | 100 | 45 | 523 | 144 | 37 |
| Binary | 10100000 | 0 | 111001 | 0 | 1100100 | 1000000 | 100101 | 101010011 | 1100100 | 11111 |
Color Harmonies of #A00039
Complementary color
Monochromatic Colors of #A00039
Black with #A00039
Text Example
Text Example
White with #A00039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00039; }
p { color: rgb(160,0,57); }
H1.HeaderClassName
{
color: #A00039;
}
.AnyTagClassName
{
color: #A00039;
}
</style>
background-color css
<style>
a { background-color: #A00039; }
a { background-color: rgb(160,0,57); }
div.DivClassName
{
background-color: #A00039;
}
.BgClassName
{
background-color: #A00039;
}
</style>
border-color css
<style>
span { border-color: #A00039; }
span { border-color: rgb(160,0,57); }
td.TdClassName
{
border-color: #A00039;
}
.TagClassName
{
border-color: #A00039;
}
</style>