Shades of Carmine #990318
Tints of Carmine #990318
RGB
CMYK
RGB Variations
Color information
#990318 (or 0x990318) is known color: Carmine. HEX triplet: 99, 03 and 18. RGB value is (153,3,24). Sum of RGB (Red+Green+Blue) = 153+3+24=180 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 153 - color contains mainly: red. Hex color #990318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990318 is #66FCE7. Grayscale: #323232. Windows color (decimal): -6749416 or 1573785. OLE color: 1573785.
HSL color Cylindrical-coordinate representation of color #990318: hue angle of 351.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990318 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 24 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.4 |
| HSL | 351.6º | 0.96% | 0.31% | - |
| HSV(B) | 351.6º | 0.98% | 0.6% | - |
| XYZ | 13.33 | 6.9 | 1.49 | - |
| YUV | 50.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 24 | 0 | 0.98 | 0.84 | 0.4 | 351.6 | 0.96 | 0.31 |
| Hex | 99 | 3 | 18 | 0 | 62 | 54 | 28 | 160 | 60 | 1F |
| Octal | 231 | 3 | 30 | 0 | 142 | 124 | 50 | 540 | 140 | 37 |
| Binary | 10011001 | 11 | 11000 | 0 | 1100010 | 1010100 | 101000 | 101100000 | 1100000 | 11111 |
Color Harmonies of #990318
Complementary color
Monochromatic Colors of #990318
Black with #990318
Text Example
Text Example
White with #990318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990318; }
p { color: rgb(153,3,24); }
H1.HeaderClassName
{
color: #990318;
}
.AnyTagClassName
{
color: #990318;
}
</style>
background-color css
<style>
a { background-color: #990318; }
a { background-color: rgb(153,3,24); }
div.DivClassName
{
background-color: #990318;
}
.BgClassName
{
background-color: #990318;
}
</style>
border-color css
<style>
span { border-color: #990318; }
span { border-color: rgb(153,3,24); }
td.TdClassName
{
border-color: #990318;
}
.TagClassName
{
border-color: #990318;
}
</style>