Shades of Carmine #91021C
Tints of Carmine #91021C
RGB
CMYK
RGB Variations
Color information
#91021C (or 0x91021C) is known color: Carmine. HEX triplet: 91, 02 and 1C. RGB value is (145,2,28). Sum of RGB (Red+Green+Blue) = 145+2+28=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #91021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91021C is #6EFDE3. Grayscale: #2F2F2F. Windows color (decimal): -7273956 or 1835665. OLE color: 1835665.
HSL color Cylindrical-coordinate representation of color #91021C: hue angle of 349.09º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91021C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.43 |
| HSL | 349.09º | 0.97% | 0.29% | - |
| HSV(B) | 349.09º | 0.99% | 0.57% | - |
| XYZ | 11.91 | 6.15 | 1.66 | - |
| YUV | 47.72 | 116.88 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 28 | 0 | 0.99 | 0.81 | 0.43 | 349.09 | 0.97 | 0.29 |
| Hex | 91 | 2 | 1C | 0 | 63 | 51 | 2B | 15D | 61 | 1D |
| Octal | 221 | 2 | 34 | 0 | 143 | 121 | 53 | 535 | 141 | 35 |
| Binary | 10010001 | 10 | 11100 | 0 | 1100011 | 1010001 | 101011 | 101011101 | 1100001 | 11101 |
Color Harmonies of #91021C
Complementary color
Monochromatic Colors of #91021C
Black with #91021C
Text Example
Text Example
White with #91021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91021C; }
p { color: rgb(145,2,28); }
H1.HeaderClassName
{
color: #91021C;
}
.AnyTagClassName
{
color: #91021C;
}
</style>
background-color css
<style>
a { background-color: #91021C; }
a { background-color: rgb(145,2,28); }
div.DivClassName
{
background-color: #91021C;
}
.BgClassName
{
background-color: #91021C;
}
</style>
border-color css
<style>
span { border-color: #91021C; }
span { border-color: rgb(145,2,28); }
td.TdClassName
{
border-color: #91021C;
}
.TagClassName
{
border-color: #91021C;
}
</style>