Shades of Carmine #900514
Tints of Carmine #900514
RGB
CMYK
RGB Variations
Color information
#900514 (or 0x900514) is known color: Carmine. HEX triplet: 90, 05 and 14. RGB value is (144,5,20). Sum of RGB (Red+Green+Blue) = 144+5+20=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #900514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900514 is #6FFAEB. Grayscale: #303030. Windows color (decimal): -7338732 or 1312144. OLE color: 1312144.
HSL color Cylindrical-coordinate representation of color #900514: hue angle of 353.53º 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 #900514 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 20 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.44 |
| HSL | 353.53º | 0.93% | 0.29% | - |
| HSV(B) | 353.53º | 0.97% | 0.56% | - |
| XYZ | 11.68 | 6.09 | 1.22 | - |
| YUV | 48.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 20 | 0 | 0.97 | 0.86 | 0.44 | 353.53 | 0.93 | 0.29 |
| Hex | 90 | 5 | 14 | 0 | 61 | 56 | 2C | 162 | 5D | 1D |
| Octal | 220 | 5 | 24 | 0 | 141 | 126 | 54 | 542 | 135 | 35 |
| Binary | 10010000 | 101 | 10100 | 0 | 1100001 | 1010110 | 101100 | 101100010 | 1011101 | 11101 |
Color Harmonies of #900514
Complementary color
Monochromatic Colors of #900514
Black with #900514
Text Example
Text Example
White with #900514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900514; }
p { color: rgb(144,5,20); }
H1.HeaderClassName
{
color: #900514;
}
.AnyTagClassName
{
color: #900514;
}
</style>
background-color css
<style>
a { background-color: #900514; }
a { background-color: rgb(144,5,20); }
div.DivClassName
{
background-color: #900514;
}
.BgClassName
{
background-color: #900514;
}
</style>
border-color css
<style>
span { border-color: #900514; }
span { border-color: rgb(144,5,20); }
td.TdClassName
{
border-color: #900514;
}
.TagClassName
{
border-color: #900514;
}
</style>