Shades of Carmine #990830
Tints of Carmine #990830
RGB
CMYK
RGB Variations
Color information
#990830 (or 0x990830) is known color: Carmine. HEX triplet: 99, 08 and 30. RGB value is (153,8,48). Sum of RGB (Red+Green+Blue) = 153+8+48=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #990830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990830 is #66F7CF. Grayscale: #373737. Windows color (decimal): -6748112 or 3147929. OLE color: 3147929.
HSL color Cylindrical-coordinate representation of color #990830: hue angle of 343.45º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990830 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 48 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.4 |
| HSL | 343.45º | 0.9% | 0.32% | - |
| HSV(B) | 343.45º | 0.95% | 0.6% | - |
| XYZ | 13.76 | 7.16 | 3.45 | - |
| YUV | 55.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 48 | 0 | 0.95 | 0.69 | 0.4 | 343.45 | 0.9 | 0.32 |
| Hex | 99 | 8 | 30 | 0 | 5F | 45 | 28 | 157 | 5A | 20 |
| Octal | 231 | 10 | 60 | 0 | 137 | 105 | 50 | 527 | 132 | 40 |
| Binary | 10011001 | 1000 | 110000 | 0 | 1011111 | 1000101 | 101000 | 101010111 | 1011010 | 100000 |
Color Harmonies of #990830
Complementary color
Monochromatic Colors of #990830
Black with #990830
Text Example
Text Example
White with #990830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990830; }
p { color: rgb(153,8,48); }
H1.HeaderClassName
{
color: #990830;
}
.AnyTagClassName
{
color: #990830;
}
</style>
background-color css
<style>
a { background-color: #990830; }
a { background-color: rgb(153,8,48); }
div.DivClassName
{
background-color: #990830;
}
.BgClassName
{
background-color: #990830;
}
</style>
border-color css
<style>
span { border-color: #990830; }
span { border-color: rgb(153,8,48); }
td.TdClassName
{
border-color: #990830;
}
.TagClassName
{
border-color: #990830;
}
</style>