Shades of Carmine #91001C
Tints of Carmine #91001C
RGB
CMYK
RGB Variations
Color information
#91001C (or 0x91001C) is known color: Carmine. HEX triplet: 91, 00 and 1C. RGB value is (145,0,28). Sum of RGB (Red+Green+Blue) = 145+0+28=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #91001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91001C is #6EFFE3. Grayscale: #2E2E2E. Windows color (decimal): -7274468 or 1835153. OLE color: 1835153.
HSL color Cylindrical-coordinate representation of color #91001C: hue angle of 348.41º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91001C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.81 | 0.43 |
| HSL | 348.41º | 1% | 0.28% | - |
| HSV(B) | 348.41º | 1% | 0.57% | - |
| XYZ | 11.89 | 6.1 | 1.65 | - |
| YUV | 46.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 28 | 0 | 1 | 0.81 | 0.43 | 348.41 | 1 | 0.28 |
| Hex | 91 | 0 | 1C | 0 | 64 | 51 | 2B | 15C | 64 | 1C |
| Octal | 221 | 0 | 34 | 0 | 144 | 121 | 53 | 534 | 144 | 34 |
| Binary | 10010001 | 0 | 11100 | 0 | 1100100 | 1010001 | 101011 | 101011100 | 1100100 | 11100 |
Color Harmonies of #91001C
Complementary color
Monochromatic Colors of #91001C
Black with #91001C
Text Example
Text Example
White with #91001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91001C; }
p { color: rgb(145,0,28); }
H1.HeaderClassName
{
color: #91001C;
}
.AnyTagClassName
{
color: #91001C;
}
</style>
background-color css
<style>
a { background-color: #91001C; }
a { background-color: rgb(145,0,28); }
div.DivClassName
{
background-color: #91001C;
}
.BgClassName
{
background-color: #91001C;
}
</style>
border-color css
<style>
span { border-color: #91001C; }
span { border-color: rgb(145,0,28); }
td.TdClassName
{
border-color: #91001C;
}
.TagClassName
{
border-color: #91001C;
}
</style>