Shades of Carmine #99101A
Tints of Carmine #99101A
RGB
CMYK
RGB Variations
Color information
#99101A (or 0x99101A) is known color: Carmine. HEX triplet: 99, 10 and 1A. RGB value is (153,16,26). Sum of RGB (Red+Green+Blue) = 153+16+26=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #99101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99101A is #66EFE5. Grayscale: #3A3A3A. Windows color (decimal): -6746086 or 1708185. OLE color: 1708185.
HSL color Cylindrical-coordinate representation of color #99101A: hue angle of 355.62º 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 #99101A is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 26 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.4 |
| HSL | 355.62º | 0.81% | 0.33% | - |
| HSV(B) | 355.62º | 0.9% | 0.6% | - |
| XYZ | 13.51 | 7.22 | 1.66 | - |
| YUV | 58.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 26 | 0 | 0.90 | 0.83 | 0.4 | 355.62 | 0.81 | 0.33 |
| Hex | 99 | 10 | 1A | 0 | 5A | 53 | 28 | 164 | 51 | 21 |
| Octal | 231 | 20 | 32 | 0 | 132 | 123 | 50 | 544 | 121 | 41 |
| Binary | 10011001 | 10000 | 11010 | 0 | 1011010 | 1010011 | 101000 | 101100100 | 1010001 | 100001 |
Color Harmonies of #99101A
Complementary color
Monochromatic Colors of #99101A
Black with #99101A
Text Example
Text Example
White with #99101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99101A; }
p { color: rgb(153,16,26); }
H1.HeaderClassName
{
color: #99101A;
}
.AnyTagClassName
{
color: #99101A;
}
</style>
background-color css
<style>
a { background-color: #99101A; }
a { background-color: rgb(153,16,26); }
div.DivClassName
{
background-color: #99101A;
}
.BgClassName
{
background-color: #99101A;
}
</style>
border-color css
<style>
span { border-color: #99101A; }
span { border-color: rgb(153,16,26); }
td.TdClassName
{
border-color: #99101A;
}
.TagClassName
{
border-color: #99101A;
}
</style>