Shades of Carmine #900521
Tints of Carmine #900521
RGB
CMYK
RGB Variations
Color information
#900521 (or 0x900521) is known color: Carmine. HEX triplet: 90, 05 and 21. RGB value is (144,5,33). Sum of RGB (Red+Green+Blue) = 144+5+33=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #900521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900521 is #6FFADE. Grayscale: #313131. Windows color (decimal): -7338719 or 2164112. OLE color: 2164112.
HSL color Cylindrical-coordinate representation of color #900521: hue angle of 347.91º 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 #900521 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 33 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.44 |
| HSL | 347.91º | 0.93% | 0.29% | - |
| HSV(B) | 347.91º | 0.97% | 0.56% | - |
| XYZ | 11.83 | 6.15 | 2 | - |
| YUV | 49.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 33 | 0 | 0.97 | 0.77 | 0.44 | 347.91 | 0.93 | 0.29 |
| Hex | 90 | 5 | 21 | 0 | 61 | 4D | 2C | 15C | 5D | 1D |
| Octal | 220 | 5 | 41 | 0 | 141 | 115 | 54 | 534 | 135 | 35 |
| Binary | 10010000 | 101 | 100001 | 0 | 1100001 | 1001101 | 101100 | 101011100 | 1011101 | 11101 |
Color Harmonies of #900521
Complementary color
Monochromatic Colors of #900521
Black with #900521
Text Example
Text Example
White with #900521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900521; }
p { color: rgb(144,5,33); }
H1.HeaderClassName
{
color: #900521;
}
.AnyTagClassName
{
color: #900521;
}
</style>
background-color css
<style>
a { background-color: #900521; }
a { background-color: rgb(144,5,33); }
div.DivClassName
{
background-color: #900521;
}
.BgClassName
{
background-color: #900521;
}
</style>
border-color css
<style>
span { border-color: #900521; }
span { border-color: rgb(144,5,33); }
td.TdClassName
{
border-color: #900521;
}
.TagClassName
{
border-color: #900521;
}
</style>