Shades of Carmine #900515
Tints of Carmine #900515
RGB
CMYK
RGB Variations
Color information
#900515 (or 0x900515) is known color: Carmine. HEX triplet: 90, 05 and 15. RGB value is (144,5,21). Sum of RGB (Red+Green+Blue) = 144+5+21=170 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.71% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 144 - color contains mainly: red. Hex color #900515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900515 is #6FFAEA. Grayscale: #303030. Windows color (decimal): -7338731 or 1377680. OLE color: 1377680.
HSL color Cylindrical-coordinate representation of color #900515: hue angle of 353.09º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900515 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 21 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.44 |
| HSL | 353.09º | 0.93% | 0.29% | - |
| HSV(B) | 353.09º | 0.97% | 0.56% | - |
| XYZ | 11.69 | 6.09 | 1.27 | - |
| YUV | 48.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 21 | 0 | 0.97 | 0.85 | 0.44 | 353.09 | 0.93 | 0.29 |
| Hex | 90 | 5 | 15 | 0 | 61 | 55 | 2C | 161 | 5D | 1D |
| Octal | 220 | 5 | 25 | 0 | 141 | 125 | 54 | 541 | 135 | 35 |
| Binary | 10010000 | 101 | 10101 | 0 | 1100001 | 1010101 | 101100 | 101100001 | 1011101 | 11101 |
Color Harmonies of #900515
Complementary color
Monochromatic Colors of #900515
Black with #900515
Text Example
Text Example
White with #900515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900515; }
p { color: rgb(144,5,21); }
H1.HeaderClassName
{
color: #900515;
}
.AnyTagClassName
{
color: #900515;
}
</style>
background-color css
<style>
a { background-color: #900515; }
a { background-color: rgb(144,5,21); }
div.DivClassName
{
background-color: #900515;
}
.BgClassName
{
background-color: #900515;
}
</style>
border-color css
<style>
span { border-color: #900515; }
span { border-color: rgb(144,5,21); }
td.TdClassName
{
border-color: #900515;
}
.TagClassName
{
border-color: #900515;
}
</style>