Shades of Carmine #901220
Tints of Carmine #901220
RGB
CMYK
RGB Variations
Color information
#901220 (or 0x901220) is known color: Carmine. HEX triplet: 90, 12 and 20. RGB value is (144,18,32). Sum of RGB (Red+Green+Blue) = 144+18+32=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #901220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901220 is #6FEDDF. Grayscale: #393939. Windows color (decimal): -7335392 or 2101904. OLE color: 2101904.
HSL color Cylindrical-coordinate representation of color #901220: hue angle of 353.33º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901220 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 32 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.44 |
| HSL | 353.33º | 0.78% | 0.32% | - |
| HSV(B) | 353.33º | 0.88% | 0.56% | - |
| XYZ | 11.98 | 6.47 | 1.98 | - |
| YUV | 57.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 32 | 0 | 0.88 | 0.78 | 0.44 | 353.33 | 0.78 | 0.32 |
| Hex | 90 | 12 | 20 | 0 | 58 | 4E | 2C | 161 | 4E | 20 |
| Octal | 220 | 22 | 40 | 0 | 130 | 116 | 54 | 541 | 116 | 40 |
| Binary | 10010000 | 10010 | 100000 | 0 | 1011000 | 1001110 | 101100 | 101100001 | 1001110 | 100000 |
Color Harmonies of #901220
Complementary color
Monochromatic Colors of #901220
Black with #901220
Text Example
Text Example
White with #901220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901220; }
p { color: rgb(144,18,32); }
H1.HeaderClassName
{
color: #901220;
}
.AnyTagClassName
{
color: #901220;
}
</style>
background-color css
<style>
a { background-color: #901220; }
a { background-color: rgb(144,18,32); }
div.DivClassName
{
background-color: #901220;
}
.BgClassName
{
background-color: #901220;
}
</style>
border-color css
<style>
span { border-color: #901220; }
span { border-color: rgb(144,18,32); }
td.TdClassName
{
border-color: #901220;
}
.TagClassName
{
border-color: #901220;
}
</style>