Shades of Carmine #99041A
Tints of Carmine #99041A
RGB
CMYK
RGB Variations
Color information
#99041A (or 0x99041A) is known color: Carmine. HEX triplet: 99, 04 and 1A. RGB value is (153,4,26). Sum of RGB (Red+Green+Blue) = 153+4+26=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #99041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99041A is #66FBE5. Grayscale: #333333. Windows color (decimal): -6749158 or 1705113. OLE color: 1705113.
HSL color Cylindrical-coordinate representation of color #99041A: hue angle of 351.14º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99041A is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 26 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.4 |
| HSL | 351.14º | 0.95% | 0.31% | - |
| HSV(B) | 351.14º | 0.97% | 0.6% | - |
| XYZ | 13.37 | 6.93 | 1.61 | - |
| YUV | 51.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 26 | 0 | 0.97 | 0.83 | 0.4 | 351.14 | 0.95 | 0.31 |
| Hex | 99 | 4 | 1A | 0 | 61 | 53 | 28 | 15F | 5F | 1F |
| Octal | 231 | 4 | 32 | 0 | 141 | 123 | 50 | 537 | 137 | 37 |
| Binary | 10011001 | 100 | 11010 | 0 | 1100001 | 1010011 | 101000 | 101011111 | 1011111 | 11111 |
Color Harmonies of #99041A
Complementary color
Monochromatic Colors of #99041A
Black with #99041A
Text Example
Text Example
White with #99041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99041A; }
p { color: rgb(153,4,26); }
H1.HeaderClassName
{
color: #99041A;
}
.AnyTagClassName
{
color: #99041A;
}
</style>
background-color css
<style>
a { background-color: #99041A; }
a { background-color: rgb(153,4,26); }
div.DivClassName
{
background-color: #99041A;
}
.BgClassName
{
background-color: #99041A;
}
</style>
border-color css
<style>
span { border-color: #99041A; }
span { border-color: rgb(153,4,26); }
td.TdClassName
{
border-color: #99041A;
}
.TagClassName
{
border-color: #99041A;
}
</style>