Shades of Carmine #900320
Tints of Carmine #900320
RGB
CMYK
RGB Variations
Color information
#900320 (or 0x900320) is known color: Carmine. HEX triplet: 90, 03 and 20. RGB value is (144,3,32). Sum of RGB (Red+Green+Blue) = 144+3+32=179 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.45% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 144 - color contains mainly: red. Hex color #900320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900320 is #6FFCDF. Grayscale: #303030. Windows color (decimal): -7339232 or 2098064. OLE color: 2098064.
HSL color Cylindrical-coordinate representation of color #900320: hue angle of 347.66º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900320 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.44 |
| HSL | 347.66º | 0.96% | 0.29% | - |
| HSV(B) | 347.66º | 0.98% | 0.56% | - |
| XYZ | 11.79 | 6.1 | 1.92 | - |
| YUV | 48.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 32 | 0 | 0.98 | 0.78 | 0.44 | 347.66 | 0.96 | 0.29 |
| Hex | 90 | 3 | 20 | 0 | 62 | 4E | 2C | 15C | 60 | 1D |
| Octal | 220 | 3 | 40 | 0 | 142 | 116 | 54 | 534 | 140 | 35 |
| Binary | 10010000 | 11 | 100000 | 0 | 1100010 | 1001110 | 101100 | 101011100 | 1100000 | 11101 |
Color Harmonies of #900320
Complementary color
Monochromatic Colors of #900320
Black with #900320
Text Example
Text Example
White with #900320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900320; }
p { color: rgb(144,3,32); }
H1.HeaderClassName
{
color: #900320;
}
.AnyTagClassName
{
color: #900320;
}
</style>
background-color css
<style>
a { background-color: #900320; }
a { background-color: rgb(144,3,32); }
div.DivClassName
{
background-color: #900320;
}
.BgClassName
{
background-color: #900320;
}
</style>
border-color css
<style>
span { border-color: #900320; }
span { border-color: rgb(144,3,32); }
td.TdClassName
{
border-color: #900320;
}
.TagClassName
{
border-color: #900320;
}
</style>