Shades of Carmine #901319
Tints of Carmine #901319
RGB
CMYK
RGB Variations
Color information
#901319 (or 0x901319) is known color: Carmine. HEX triplet: 90, 13 and 19. RGB value is (144,19,25). Sum of RGB (Red+Green+Blue) = 144+19+25=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #901319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901319 is #6FECE6. Grayscale: #393939. Windows color (decimal): -7335143 or 1643408. OLE color: 1643408.
HSL color Cylindrical-coordinate representation of color #901319: hue angle of 357.12º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901319 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 25 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.44 |
| HSL | 357.12º | 0.77% | 0.32% | - |
| HSV(B) | 357.12º | 0.87% | 0.56% | - |
| XYZ | 11.91 | 6.47 | 1.54 | - |
| YUV | 57.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 25 | 0 | 0.87 | 0.83 | 0.44 | 357.12 | 0.77 | 0.32 |
| Hex | 90 | 13 | 19 | 0 | 57 | 53 | 2C | 165 | 4D | 20 |
| Octal | 220 | 23 | 31 | 0 | 127 | 123 | 54 | 545 | 115 | 40 |
| Binary | 10010000 | 10011 | 11001 | 0 | 1010111 | 1010011 | 101100 | 101100101 | 1001101 | 100000 |
Color Harmonies of #901319
Complementary color
Monochromatic Colors of #901319
Black with #901319
Text Example
Text Example
White with #901319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901319; }
p { color: rgb(144,19,25); }
H1.HeaderClassName
{
color: #901319;
}
.AnyTagClassName
{
color: #901319;
}
</style>
background-color css
<style>
a { background-color: #901319; }
a { background-color: rgb(144,19,25); }
div.DivClassName
{
background-color: #901319;
}
.BgClassName
{
background-color: #901319;
}
</style>
border-color css
<style>
span { border-color: #901319; }
span { border-color: rgb(144,19,25); }
td.TdClassName
{
border-color: #901319;
}
.TagClassName
{
border-color: #901319;
}
</style>