Shades of Carmine #901520
Tints of Carmine #901520
RGB
CMYK
RGB Variations
Color information
#901520 (or 0x901520) is known color: Carmine. HEX triplet: 90, 15 and 20. RGB value is (144,21,32). Sum of RGB (Red+Green+Blue) = 144+21+32=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #901520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901520 is #6FEADF. Grayscale: #3B3B3B. Windows color (decimal): -7334624 or 2102672. OLE color: 2102672.
HSL color Cylindrical-coordinate representation of color #901520: hue angle of 354.63º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901520 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 32 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.44 |
| HSL | 354.63º | 0.75% | 0.32% | - |
| HSV(B) | 354.63º | 0.85% | 0.56% | - |
| XYZ | 12.03 | 6.57 | 2 | - |
| YUV | 59.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 32 | 0 | 0.85 | 0.78 | 0.44 | 354.63 | 0.75 | 0.32 |
| Hex | 90 | 15 | 20 | 0 | 55 | 4E | 2C | 163 | 4B | 20 |
| Octal | 220 | 25 | 40 | 0 | 125 | 116 | 54 | 543 | 113 | 40 |
| Binary | 10010000 | 10101 | 100000 | 0 | 1010101 | 1001110 | 101100 | 101100011 | 1001011 | 100000 |
Color Harmonies of #901520
Complementary color
Monochromatic Colors of #901520
Black with #901520
Text Example
Text Example
White with #901520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901520; }
p { color: rgb(144,21,32); }
H1.HeaderClassName
{
color: #901520;
}
.AnyTagClassName
{
color: #901520;
}
</style>
background-color css
<style>
a { background-color: #901520; }
a { background-color: rgb(144,21,32); }
div.DivClassName
{
background-color: #901520;
}
.BgClassName
{
background-color: #901520;
}
</style>
border-color css
<style>
span { border-color: #901520; }
span { border-color: rgb(144,21,32); }
td.TdClassName
{
border-color: #901520;
}
.TagClassName
{
border-color: #901520;
}
</style>