Shades of Carmine #900523
Tints of Carmine #900523
RGB
CMYK
RGB Variations
Color information
#900523 (or 0x900523) is known color: Carmine. HEX triplet: 90, 05 and 23. RGB value is (144,5,35). Sum of RGB (Red+Green+Blue) = 144+5+35=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #900523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900523 is #6FFADC. Grayscale: #323232. Windows color (decimal): -7338717 or 2295184. OLE color: 2295184.
HSL color Cylindrical-coordinate representation of color #900523: hue angle of 347.05º 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 #900523 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 35 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.44 |
| HSL | 347.05º | 0.93% | 0.29% | - |
| HSV(B) | 347.05º | 0.97% | 0.56% | - |
| XYZ | 11.86 | 6.16 | 2.15 | - |
| YUV | 49.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 35 | 0 | 0.97 | 0.76 | 0.44 | 347.05 | 0.93 | 0.29 |
| Hex | 90 | 5 | 23 | 0 | 61 | 4C | 2C | 15B | 5D | 1D |
| Octal | 220 | 5 | 43 | 0 | 141 | 114 | 54 | 533 | 135 | 35 |
| Binary | 10010000 | 101 | 100011 | 0 | 1100001 | 1001100 | 101100 | 101011011 | 1011101 | 11101 |
Color Harmonies of #900523
Complementary color
Monochromatic Colors of #900523
Black with #900523
Text Example
Text Example
White with #900523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900523; }
p { color: rgb(144,5,35); }
H1.HeaderClassName
{
color: #900523;
}
.AnyTagClassName
{
color: #900523;
}
</style>
background-color css
<style>
a { background-color: #900523; }
a { background-color: rgb(144,5,35); }
div.DivClassName
{
background-color: #900523;
}
.BgClassName
{
background-color: #900523;
}
</style>
border-color css
<style>
span { border-color: #900523; }
span { border-color: rgb(144,5,35); }
td.TdClassName
{
border-color: #900523;
}
.TagClassName
{
border-color: #900523;
}
</style>