Shades of Carmine #900321
Tints of Carmine #900321
RGB
CMYK
RGB Variations
Color information
#900321 (or 0x900321) is known color: Carmine. HEX triplet: 90, 03 and 21. RGB value is (144,3,33). Sum of RGB (Red+Green+Blue) = 144+3+33=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #900321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900321 is #6FFCDE. Grayscale: #303030. Windows color (decimal): -7339231 or 2163600. OLE color: 2163600.
HSL color Cylindrical-coordinate representation of color #900321: hue angle of 347.23º 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 #900321 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.44 |
| HSL | 347.23º | 0.96% | 0.29% | - |
| HSV(B) | 347.23º | 0.98% | 0.56% | - |
| XYZ | 11.81 | 6.1 | 1.99 | - |
| YUV | 48.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 33 | 0 | 0.98 | 0.77 | 0.44 | 347.23 | 0.96 | 0.29 |
| Hex | 90 | 3 | 21 | 0 | 62 | 4D | 2C | 15B | 60 | 1D |
| Octal | 220 | 3 | 41 | 0 | 142 | 115 | 54 | 533 | 140 | 35 |
| Binary | 10010000 | 11 | 100001 | 0 | 1100010 | 1001101 | 101100 | 101011011 | 1100000 | 11101 |
Color Harmonies of #900321
Complementary color
Monochromatic Colors of #900321
Black with #900321
Text Example
Text Example
White with #900321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900321; }
p { color: rgb(144,3,33); }
H1.HeaderClassName
{
color: #900321;
}
.AnyTagClassName
{
color: #900321;
}
</style>
background-color css
<style>
a { background-color: #900321; }
a { background-color: rgb(144,3,33); }
div.DivClassName
{
background-color: #900321;
}
.BgClassName
{
background-color: #900321;
}
</style>
border-color css
<style>
span { border-color: #900321; }
span { border-color: rgb(144,3,33); }
td.TdClassName
{
border-color: #900321;
}
.TagClassName
{
border-color: #900321;
}
</style>