Shades of Carmine #900F24
Tints of Carmine #900F24
RGB
CMYK
RGB Variations
Color information
#900F24 (or 0x900F24) is known color: Carmine. HEX triplet: 90, 0F and 24. RGB value is (144,15,36). Sum of RGB (Red+Green+Blue) = 144+15+36=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #900F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F24 is #6FF0DB. Grayscale: #383838. Windows color (decimal): -7336156 or 2363280. OLE color: 2363280.
HSL color Cylindrical-coordinate representation of color #900F24: hue angle of 350.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F24 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 36 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.44 |
| HSL | 350.23º | 0.81% | 0.31% | - |
| HSV(B) | 350.23º | 0.9% | 0.56% | - |
| XYZ | 11.99 | 6.4 | 2.27 | - |
| YUV | 55.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 36 | 0 | 0.90 | 0.75 | 0.44 | 350.23 | 0.81 | 0.31 |
| Hex | 90 | F | 24 | 0 | 5A | 4B | 2C | 15E | 51 | 1F |
| Octal | 220 | 17 | 44 | 0 | 132 | 113 | 54 | 536 | 121 | 37 |
| Binary | 10010000 | 1111 | 100100 | 0 | 1011010 | 1001011 | 101100 | 101011110 | 1010001 | 11111 |
Color Harmonies of #900F24
Complementary color
Monochromatic Colors of #900F24
Black with #900F24
Text Example
Text Example
White with #900F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F24; }
p { color: rgb(144,15,36); }
H1.HeaderClassName
{
color: #900F24;
}
.AnyTagClassName
{
color: #900F24;
}
</style>
background-color css
<style>
a { background-color: #900F24; }
a { background-color: rgb(144,15,36); }
div.DivClassName
{
background-color: #900F24;
}
.BgClassName
{
background-color: #900F24;
}
</style>
border-color css
<style>
span { border-color: #900F24; }
span { border-color: rgb(144,15,36); }
td.TdClassName
{
border-color: #900F24;
}
.TagClassName
{
border-color: #900F24;
}
</style>