Shades of Carmine #901121
Tints of Carmine #901121
RGB
CMYK
RGB Variations
Color information
#901121 (or 0x901121) is known color: Carmine. HEX triplet: 90, 11 and 21. RGB value is (144,17,33). Sum of RGB (Red+Green+Blue) = 144+17+33=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #901121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901121 is #6FEEDE. Grayscale: #383838. Windows color (decimal): -7335647 or 2167184. OLE color: 2167184.
HSL color Cylindrical-coordinate representation of color #901121: hue angle of 352.44º degrees, saturation: 0.79, 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 #901121 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 33 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.44 |
| HSL | 352.44º | 0.79% | 0.32% | - |
| HSV(B) | 352.44º | 0.88% | 0.56% | - |
| XYZ | 11.98 | 6.44 | 2.05 | - |
| YUV | 56.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 33 | 0 | 0.88 | 0.77 | 0.44 | 352.44 | 0.79 | 0.32 |
| Hex | 90 | 11 | 21 | 0 | 58 | 4D | 2C | 160 | 4F | 20 |
| Octal | 220 | 21 | 41 | 0 | 130 | 115 | 54 | 540 | 117 | 40 |
| Binary | 10010000 | 10001 | 100001 | 0 | 1011000 | 1001101 | 101100 | 101100000 | 1001111 | 100000 |
Color Harmonies of #901121
Complementary color
Monochromatic Colors of #901121
Black with #901121
Text Example
Text Example
White with #901121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901121; }
p { color: rgb(144,17,33); }
H1.HeaderClassName
{
color: #901121;
}
.AnyTagClassName
{
color: #901121;
}
</style>
background-color css
<style>
a { background-color: #901121; }
a { background-color: rgb(144,17,33); }
div.DivClassName
{
background-color: #901121;
}
.BgClassName
{
background-color: #901121;
}
</style>
border-color css
<style>
span { border-color: #901121; }
span { border-color: rgb(144,17,33); }
td.TdClassName
{
border-color: #901121;
}
.TagClassName
{
border-color: #901121;
}
</style>