Shades of Carmine #900815
Tints of Carmine #900815
RGB
CMYK
RGB Variations
Color information
#900815 (or 0x900815) is known color: Carmine. HEX triplet: 90, 08 and 15. RGB value is (144,8,21). Sum of RGB (Red+Green+Blue) = 144+8+21=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #900815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900815 is #6FF7EA. Grayscale: #323232. Windows color (decimal): -7337963 or 1378448. OLE color: 1378448.
HSL color Cylindrical-coordinate representation of color #900815: hue angle of 354.26º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900815 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 21 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.44 |
| HSL | 354.26º | 0.89% | 0.3% | - |
| HSV(B) | 354.26º | 0.94% | 0.56% | - |
| XYZ | 11.72 | 6.16 | 1.28 | - |
| YUV | 50.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 21 | 0 | 0.94 | 0.85 | 0.44 | 354.26 | 0.89 | 0.3 |
| Hex | 90 | 8 | 15 | 0 | 5E | 55 | 2C | 162 | 59 | 1E |
| Octal | 220 | 10 | 25 | 0 | 136 | 125 | 54 | 542 | 131 | 36 |
| Binary | 10010000 | 1000 | 10101 | 0 | 1011110 | 1010101 | 101100 | 101100010 | 1011001 | 11110 |
Color Harmonies of #900815
Complementary color
Monochromatic Colors of #900815
Black with #900815
Text Example
Text Example
White with #900815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900815; }
p { color: rgb(144,8,21); }
H1.HeaderClassName
{
color: #900815;
}
.AnyTagClassName
{
color: #900815;
}
</style>
background-color css
<style>
a { background-color: #900815; }
a { background-color: rgb(144,8,21); }
div.DivClassName
{
background-color: #900815;
}
.BgClassName
{
background-color: #900815;
}
</style>
border-color css
<style>
span { border-color: #900815; }
span { border-color: rgb(144,8,21); }
td.TdClassName
{
border-color: #900815;
}
.TagClassName
{
border-color: #900815;
}
</style>