Shades of Carmine #900123
Tints of Carmine #900123
RGB
CMYK
RGB Variations
Color information
#900123 (or 0x900123) is known color: Carmine. HEX triplet: 90, 01 and 23. RGB value is (144,1,35). Sum of RGB (Red+Green+Blue) = 144+1+35=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #900123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900123 is #6FFEDC. Grayscale: #2F2F2F. Windows color (decimal): -7339741 or 2294160. OLE color: 2294160.
HSL color Cylindrical-coordinate representation of color #900123: hue angle of 345.73º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900123 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.44 |
| HSL | 345.73º | 0.99% | 0.28% | - |
| HSV(B) | 345.73º | 0.99% | 0.56% | - |
| XYZ | 11.82 | 6.07 | 2.14 | - |
| YUV | 47.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 35 | 0 | 0.99 | 0.76 | 0.44 | 345.73 | 0.99 | 0.28 |
| Hex | 90 | 1 | 23 | 0 | 63 | 4C | 2C | 15A | 63 | 1C |
| Octal | 220 | 1 | 43 | 0 | 143 | 114 | 54 | 532 | 143 | 34 |
| Binary | 10010000 | 1 | 100011 | 0 | 1100011 | 1001100 | 101100 | 101011010 | 1100011 | 11100 |
Color Harmonies of #900123
Complementary color
Monochromatic Colors of #900123
Black with #900123
Text Example
Text Example
White with #900123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900123; }
p { color: rgb(144,1,35); }
H1.HeaderClassName
{
color: #900123;
}
.AnyTagClassName
{
color: #900123;
}
</style>
background-color css
<style>
a { background-color: #900123; }
a { background-color: rgb(144,1,35); }
div.DivClassName
{
background-color: #900123;
}
.BgClassName
{
background-color: #900123;
}
</style>
border-color css
<style>
span { border-color: #900123; }
span { border-color: rgb(144,1,35); }
td.TdClassName
{
border-color: #900123;
}
.TagClassName
{
border-color: #900123;
}
</style>