Shades of Carmine #900323
Tints of Carmine #900323
RGB
CMYK
RGB Variations
Color information
#900323 (or 0x900323) is known color: Carmine. HEX triplet: 90, 03 and 23. RGB value is (144,3,35). Sum of RGB (Red+Green+Blue) = 144+3+35=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #900323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900323 is #6FFCDC. Grayscale: #303030. Windows color (decimal): -7339229 or 2294672. OLE color: 2294672.
HSL color Cylindrical-coordinate representation of color #900323: hue angle of 346.38º 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 #900323 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 35 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.44 |
| HSL | 346.38º | 0.96% | 0.29% | - |
| HSV(B) | 346.38º | 0.98% | 0.56% | - |
| XYZ | 11.84 | 6.12 | 2.15 | - |
| YUV | 48.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 35 | 0 | 0.98 | 0.76 | 0.44 | 346.38 | 0.96 | 0.29 |
| Hex | 90 | 3 | 23 | 0 | 62 | 4C | 2C | 15A | 60 | 1D |
| Octal | 220 | 3 | 43 | 0 | 142 | 114 | 54 | 532 | 140 | 35 |
| Binary | 10010000 | 11 | 100011 | 0 | 1100010 | 1001100 | 101100 | 101011010 | 1100000 | 11101 |
Color Harmonies of #900323
Complementary color
Monochromatic Colors of #900323
Black with #900323
Text Example
Text Example
White with #900323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900323; }
p { color: rgb(144,3,35); }
H1.HeaderClassName
{
color: #900323;
}
.AnyTagClassName
{
color: #900323;
}
</style>
background-color css
<style>
a { background-color: #900323; }
a { background-color: rgb(144,3,35); }
div.DivClassName
{
background-color: #900323;
}
.BgClassName
{
background-color: #900323;
}
</style>
border-color css
<style>
span { border-color: #900323; }
span { border-color: rgb(144,3,35); }
td.TdClassName
{
border-color: #900323;
}
.TagClassName
{
border-color: #900323;
}
</style>