Shades of Carmine #99101C
Tints of Carmine #99101C
RGB
CMYK
RGB Variations
Color information
#99101C (or 0x99101C) is known color: Carmine. HEX triplet: 99, 10 and 1C. RGB value is (153,16,28). Sum of RGB (Red+Green+Blue) = 153+16+28=197 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.66% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 153 - color contains mainly: red. Hex color #99101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99101C is #66EFE3. Grayscale: #3A3A3A. Windows color (decimal): -6746084 or 1839257. OLE color: 1839257.
HSL color Cylindrical-coordinate representation of color #99101C: hue angle of 354.74º 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 #99101C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 28 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.4 |
| HSL | 354.74º | 0.81% | 0.33% | - |
| HSV(B) | 354.74º | 0.9% | 0.6% | - |
| XYZ | 13.53 | 7.23 | 1.78 | - |
| YUV | 58.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 28 | 0 | 0.90 | 0.82 | 0.4 | 354.74 | 0.81 | 0.33 |
| Hex | 99 | 10 | 1C | 0 | 5A | 52 | 28 | 163 | 51 | 21 |
| Octal | 231 | 20 | 34 | 0 | 132 | 122 | 50 | 543 | 121 | 41 |
| Binary | 10011001 | 10000 | 11100 | 0 | 1011010 | 1010010 | 101000 | 101100011 | 1010001 | 100001 |
Color Harmonies of #99101C
Complementary color
Monochromatic Colors of #99101C
Black with #99101C
Text Example
Text Example
White with #99101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99101C; }
p { color: rgb(153,16,28); }
H1.HeaderClassName
{
color: #99101C;
}
.AnyTagClassName
{
color: #99101C;
}
</style>
background-color css
<style>
a { background-color: #99101C; }
a { background-color: rgb(153,16,28); }
div.DivClassName
{
background-color: #99101C;
}
.BgClassName
{
background-color: #99101C;
}
</style>
border-color css
<style>
span { border-color: #99101C; }
span { border-color: rgb(153,16,28); }
td.TdClassName
{
border-color: #99101C;
}
.TagClassName
{
border-color: #99101C;
}
</style>