Shades of Carmine #990D28
Tints of Carmine #990D28
RGB
CMYK
RGB Variations
Color information
#990D28 (or 0x990D28) is known color: Carmine. HEX triplet: 99, 0D and 28. RGB value is (153,13,40). Sum of RGB (Red+Green+Blue) = 153+13+40=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #990D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D28 is #66F2D7. Grayscale: #393939. Windows color (decimal): -6746840 or 2624921. OLE color: 2624921.
HSL color Cylindrical-coordinate representation of color #990D28: hue angle of 348.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D28 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 40 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.4 |
| HSL | 348.43º | 0.84% | 0.33% | - |
| HSV(B) | 348.43º | 0.92% | 0.6% | - |
| XYZ | 13.66 | 7.21 | 2.68 | - |
| YUV | 57.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 40 | 0 | 0.92 | 0.74 | 0.4 | 348.43 | 0.84 | 0.33 |
| Hex | 99 | D | 28 | 0 | 5C | 4A | 28 | 15C | 54 | 21 |
| Octal | 231 | 15 | 50 | 0 | 134 | 112 | 50 | 534 | 124 | 41 |
| Binary | 10011001 | 1101 | 101000 | 0 | 1011100 | 1001010 | 101000 | 101011100 | 1010100 | 100001 |
Color Harmonies of #990D28
Complementary color
Monochromatic Colors of #990D28
Black with #990D28
Text Example
Text Example
White with #990D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D28; }
p { color: rgb(153,13,40); }
H1.HeaderClassName
{
color: #990D28;
}
.AnyTagClassName
{
color: #990D28;
}
</style>
background-color css
<style>
a { background-color: #990D28; }
a { background-color: rgb(153,13,40); }
div.DivClassName
{
background-color: #990D28;
}
.BgClassName
{
background-color: #990D28;
}
</style>
border-color css
<style>
span { border-color: #990D28; }
span { border-color: rgb(153,13,40); }
td.TdClassName
{
border-color: #990D28;
}
.TagClassName
{
border-color: #990D28;
}
</style>