Shades of Carmine #990B28
Tints of Carmine #990B28
RGB
CMYK
RGB Variations
Color information
#990B28 (or 0x990B28) is known color: Carmine. HEX triplet: 99, 0B and 28. RGB value is (153,11,40). Sum of RGB (Red+Green+Blue) = 153+11+40=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #990B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B28 is #66F4D7. Grayscale: #383838. Windows color (decimal): -6747352 or 2624409. OLE color: 2624409.
HSL color Cylindrical-coordinate representation of color #990B28: hue angle of 347.75º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B28 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 40 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.4 |
| HSL | 347.75º | 0.87% | 0.32% | - |
| HSV(B) | 347.75º | 0.93% | 0.6% | - |
| XYZ | 13.64 | 7.16 | 2.67 | - |
| YUV | 56.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 40 | 0 | 0.93 | 0.74 | 0.4 | 347.75 | 0.87 | 0.32 |
| Hex | 99 | B | 28 | 0 | 5D | 4A | 28 | 15C | 57 | 20 |
| Octal | 231 | 13 | 50 | 0 | 135 | 112 | 50 | 534 | 127 | 40 |
| Binary | 10011001 | 1011 | 101000 | 0 | 1011101 | 1001010 | 101000 | 101011100 | 1010111 | 100000 |
Color Harmonies of #990B28
Complementary color
Monochromatic Colors of #990B28
Black with #990B28
Text Example
Text Example
White with #990B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B28; }
p { color: rgb(153,11,40); }
H1.HeaderClassName
{
color: #990B28;
}
.AnyTagClassName
{
color: #990B28;
}
</style>
background-color css
<style>
a { background-color: #990B28; }
a { background-color: rgb(153,11,40); }
div.DivClassName
{
background-color: #990B28;
}
.BgClassName
{
background-color: #990B28;
}
</style>
border-color css
<style>
span { border-color: #990B28; }
span { border-color: rgb(153,11,40); }
td.TdClassName
{
border-color: #990B28;
}
.TagClassName
{
border-color: #990B28;
}
</style>