Shades of Carmine #991024
Tints of Carmine #991024
RGB
CMYK
RGB Variations
Color information
#991024 (or 0x991024) is known color: Carmine. HEX triplet: 99, 10 and 24. RGB value is (153,16,36). Sum of RGB (Red+Green+Blue) = 153+16+36=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #991024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991024 is #66EFDB. Grayscale: #3B3B3B. Windows color (decimal): -6746076 or 2363545. OLE color: 2363545.
HSL color Cylindrical-coordinate representation of color #991024: hue angle of 351.24º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991024 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 36 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.4 |
| HSL | 351.24º | 0.81% | 0.33% | - |
| HSV(B) | 351.24º | 0.9% | 0.6% | - |
| XYZ | 13.64 | 7.27 | 2.35 | - |
| YUV | 59.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 36 | 0 | 0.90 | 0.76 | 0.4 | 351.24 | 0.81 | 0.33 |
| Hex | 99 | 10 | 24 | 0 | 5A | 4C | 28 | 15F | 51 | 21 |
| Octal | 231 | 20 | 44 | 0 | 132 | 114 | 50 | 537 | 121 | 41 |
| Binary | 10011001 | 10000 | 100100 | 0 | 1011010 | 1001100 | 101000 | 101011111 | 1010001 | 100001 |
Color Harmonies of #991024
Complementary color
Monochromatic Colors of #991024
Black with #991024
Text Example
Text Example
White with #991024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991024; }
p { color: rgb(153,16,36); }
H1.HeaderClassName
{
color: #991024;
}
.AnyTagClassName
{
color: #991024;
}
</style>
background-color css
<style>
a { background-color: #991024; }
a { background-color: rgb(153,16,36); }
div.DivClassName
{
background-color: #991024;
}
.BgClassName
{
background-color: #991024;
}
</style>
border-color css
<style>
span { border-color: #991024; }
span { border-color: rgb(153,16,36); }
td.TdClassName
{
border-color: #991024;
}
.TagClassName
{
border-color: #991024;
}
</style>