Shades of Carmine #901020
Tints of Carmine #901020
RGB
CMYK
RGB Variations
Color information
#901020 (or 0x901020) is known color: Carmine. HEX triplet: 90, 10 and 20. RGB value is (144,16,32). Sum of RGB (Red+Green+Blue) = 144+16+32=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #901020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901020 is #6FEFDF. Grayscale: #383838. Windows color (decimal): -7335904 or 2101392. OLE color: 2101392.
HSL color Cylindrical-coordinate representation of color #901020: hue angle of 352.5º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901020 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 32 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.44 |
| HSL | 352.5º | 0.8% | 0.31% | - |
| HSV(B) | 352.5º | 0.89% | 0.56% | - |
| XYZ | 11.95 | 6.4 | 1.97 | - |
| YUV | 56.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 32 | 0 | 0.89 | 0.78 | 0.44 | 352.5 | 0.8 | 0.31 |
| Hex | 90 | 10 | 20 | 0 | 59 | 4E | 2C | 160 | 50 | 1F |
| Octal | 220 | 20 | 40 | 0 | 131 | 116 | 54 | 540 | 120 | 37 |
| Binary | 10010000 | 10000 | 100000 | 0 | 1011001 | 1001110 | 101100 | 101100000 | 1010000 | 11111 |
Color Harmonies of #901020
Complementary color
Monochromatic Colors of #901020
Black with #901020
Text Example
Text Example
White with #901020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901020; }
p { color: rgb(144,16,32); }
H1.HeaderClassName
{
color: #901020;
}
.AnyTagClassName
{
color: #901020;
}
</style>
background-color css
<style>
a { background-color: #901020; }
a { background-color: rgb(144,16,32); }
div.DivClassName
{
background-color: #901020;
}
.BgClassName
{
background-color: #901020;
}
</style>
border-color css
<style>
span { border-color: #901020; }
span { border-color: rgb(144,16,32); }
td.TdClassName
{
border-color: #901020;
}
.TagClassName
{
border-color: #901020;
}
</style>