Shades of Carmine #900915
Tints of Carmine #900915
RGB
CMYK
RGB Variations
Color information
#900915 (or 0x900915) is known color: Carmine. HEX triplet: 90, 09 and 15. RGB value is (144,9,21). Sum of RGB (Red+Green+Blue) = 144+9+21=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #900915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900915 is #6FF6EA. Grayscale: #323232. Windows color (decimal): -7337707 or 1378704. OLE color: 1378704.
HSL color Cylindrical-coordinate representation of color #900915: hue angle of 354.67º degrees, saturation: 0.88, 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 #900915 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 21 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.44 |
| HSL | 354.67º | 0.88% | 0.3% | - |
| HSV(B) | 354.67º | 0.94% | 0.56% | - |
| XYZ | 11.73 | 6.18 | 1.28 | - |
| YUV | 50.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 21 | 0 | 0.94 | 0.85 | 0.44 | 354.67 | 0.88 | 0.3 |
| Hex | 90 | 9 | 15 | 0 | 5E | 55 | 2C | 163 | 58 | 1E |
| Octal | 220 | 11 | 25 | 0 | 136 | 125 | 54 | 543 | 130 | 36 |
| Binary | 10010000 | 1001 | 10101 | 0 | 1011110 | 1010101 | 101100 | 101100011 | 1011000 | 11110 |
Color Harmonies of #900915
Complementary color
Monochromatic Colors of #900915
Black with #900915
Text Example
Text Example
White with #900915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900915; }
p { color: rgb(144,9,21); }
H1.HeaderClassName
{
color: #900915;
}
.AnyTagClassName
{
color: #900915;
}
</style>
background-color css
<style>
a { background-color: #900915; }
a { background-color: rgb(144,9,21); }
div.DivClassName
{
background-color: #900915;
}
.BgClassName
{
background-color: #900915;
}
</style>
border-color css
<style>
span { border-color: #900915; }
span { border-color: rgb(144,9,21); }
td.TdClassName
{
border-color: #900915;
}
.TagClassName
{
border-color: #900915;
}
</style>