Shades of Carmine #99101F
Tints of Carmine #99101F
RGB
CMYK
RGB Variations
Color information
#99101F (or 0x99101F) is known color: Carmine. HEX triplet: 99, 10 and 1F. RGB value is (153,16,31). Sum of RGB (Red+Green+Blue) = 153+16+31=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #99101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99101F is #66EFE0. Grayscale: #3A3A3A. Windows color (decimal): -6746081 or 2035865. OLE color: 2035865.
HSL color Cylindrical-coordinate representation of color #99101F: hue angle of 353.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99101F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 31 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.4 |
| HSL | 353.43º | 0.81% | 0.33% | - |
| HSV(B) | 353.43º | 0.9% | 0.6% | - |
| XYZ | 13.57 | 7.24 | 1.98 | - |
| YUV | 58.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 31 | 0 | 0.90 | 0.80 | 0.4 | 353.43 | 0.81 | 0.33 |
| Hex | 99 | 10 | 1F | 0 | 5A | 50 | 28 | 161 | 51 | 21 |
| Octal | 231 | 20 | 37 | 0 | 132 | 120 | 50 | 541 | 121 | 41 |
| Binary | 10011001 | 10000 | 11111 | 0 | 1011010 | 1010000 | 101000 | 101100001 | 1010001 | 100001 |
Color Harmonies of #99101F
Complementary color
Monochromatic Colors of #99101F
Black with #99101F
Text Example
Text Example
White with #99101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99101F; }
p { color: rgb(153,16,31); }
H1.HeaderClassName
{
color: #99101F;
}
.AnyTagClassName
{
color: #99101F;
}
</style>
background-color css
<style>
a { background-color: #99101F; }
a { background-color: rgb(153,16,31); }
div.DivClassName
{
background-color: #99101F;
}
.BgClassName
{
background-color: #99101F;
}
</style>
border-color css
<style>
span { border-color: #99101F; }
span { border-color: rgb(153,16,31); }
td.TdClassName
{
border-color: #99101F;
}
.TagClassName
{
border-color: #99101F;
}
</style>