Shades of Carmine #99181A
Tints of Carmine #99181A
RGB
CMYK
RGB Variations
Color information
#99181A (or 0x99181A) is known color: Carmine. HEX triplet: 99, 18 and 1A. RGB value is (153,24,26). Sum of RGB (Red+Green+Blue) = 153+24+26=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #99181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99181A is #66E7E5. Grayscale: #3E3E3E. Windows color (decimal): -6744038 or 1710233. OLE color: 1710233.
HSL color Cylindrical-coordinate representation of color #99181A: hue angle of 359.07º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99181A is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 26 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.4 |
| HSL | 359.07º | 0.73% | 0.35% | - |
| HSV(B) | 359.07º | 0.84% | 0.6% | - |
| XYZ | 13.65 | 7.5 | 1.71 | - |
| YUV | 62.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 26 | 0 | 0.84 | 0.83 | 0.4 | 359.07 | 0.73 | 0.35 |
| Hex | 99 | 18 | 1A | 0 | 54 | 53 | 28 | 167 | 49 | 23 |
| Octal | 231 | 30 | 32 | 0 | 124 | 123 | 50 | 547 | 111 | 43 |
| Binary | 10011001 | 11000 | 11010 | 0 | 1010100 | 1010011 | 101000 | 101100111 | 1001001 | 100011 |
Color Harmonies of #99181A
Complementary color
Monochromatic Colors of #99181A
Black with #99181A
Text Example
Text Example
White with #99181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99181A; }
p { color: rgb(153,24,26); }
H1.HeaderClassName
{
color: #99181A;
}
.AnyTagClassName
{
color: #99181A;
}
</style>
background-color css
<style>
a { background-color: #99181A; }
a { background-color: rgb(153,24,26); }
div.DivClassName
{
background-color: #99181A;
}
.BgClassName
{
background-color: #99181A;
}
</style>
border-color css
<style>
span { border-color: #99181A; }
span { border-color: rgb(153,24,26); }
td.TdClassName
{
border-color: #99181A;
}
.TagClassName
{
border-color: #99181A;
}
</style>