Shades of Carmine #941521
Tints of Carmine #941521
RGB
CMYK
RGB Variations
Color information
#941521 (or 0x941521) is known color: Carmine. HEX triplet: 94, 15 and 21. RGB value is (148,21,33). Sum of RGB (Red+Green+Blue) = 148+21+33=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #941521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941521 is #6BEADE. Grayscale: #3C3C3C. Windows color (decimal): -7072479 or 2168212. OLE color: 2168212.
HSL color Cylindrical-coordinate representation of color #941521: hue angle of 354.33º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941521 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 33 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.42 |
| HSL | 354.33º | 0.75% | 0.33% | - |
| HSV(B) | 354.33º | 0.86% | 0.58% | - |
| XYZ | 12.76 | 6.94 | 2.11 | - |
| YUV | 60.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 33 | 0 | 0.86 | 0.78 | 0.42 | 354.33 | 0.75 | 0.33 |
| Hex | 94 | 15 | 21 | 0 | 56 | 4E | 2A | 162 | 4B | 21 |
| Octal | 224 | 25 | 41 | 0 | 126 | 116 | 52 | 542 | 113 | 41 |
| Binary | 10010100 | 10101 | 100001 | 0 | 1010110 | 1001110 | 101010 | 101100010 | 1001011 | 100001 |
Color Harmonies of #941521
Complementary color
Monochromatic Colors of #941521
Black with #941521
Text Example
Text Example
White with #941521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941521; }
p { color: rgb(148,21,33); }
H1.HeaderClassName
{
color: #941521;
}
.AnyTagClassName
{
color: #941521;
}
</style>
background-color css
<style>
a { background-color: #941521; }
a { background-color: rgb(148,21,33); }
div.DivClassName
{
background-color: #941521;
}
.BgClassName
{
background-color: #941521;
}
</style>
border-color css
<style>
span { border-color: #941521; }
span { border-color: rgb(148,21,33); }
td.TdClassName
{
border-color: #941521;
}
.TagClassName
{
border-color: #941521;
}
</style>