Shades of Carmine #941020
Tints of Carmine #941020
RGB
CMYK
RGB Variations
Color information
#941020 (or 0x941020) is known color: Carmine. HEX triplet: 94, 10 and 20. RGB value is (148,16,32). Sum of RGB (Red+Green+Blue) = 148+16+32=196 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.51% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 148 - color contains mainly: red. Hex color #941020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941020 is #6BEFDF. Grayscale: #393939. Windows color (decimal): -7073760 or 2101396. OLE color: 2101396.
HSL color Cylindrical-coordinate representation of color #941020: hue angle of 352.73º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941020 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 16 | 32 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.42 |
| HSL | 352.73º | 0.8% | 0.32% | - |
| HSV(B) | 352.73º | 0.89% | 0.58% | - |
| XYZ | 12.66 | 6.77 | 2.01 | - |
| YUV | 57.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 32 | 0 | 0.89 | 0.78 | 0.42 | 352.73 | 0.8 | 0.32 |
| Hex | 94 | 10 | 20 | 0 | 59 | 4E | 2A | 161 | 50 | 20 |
| Octal | 224 | 20 | 40 | 0 | 131 | 116 | 52 | 541 | 120 | 40 |
| Binary | 10010100 | 10000 | 100000 | 0 | 1011001 | 1001110 | 101010 | 101100001 | 1010000 | 100000 |
Color Harmonies of #941020
Complementary color
Monochromatic Colors of #941020
Black with #941020
Text Example
Text Example
White with #941020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941020; }
p { color: rgb(148,16,32); }
H1.HeaderClassName
{
color: #941020;
}
.AnyTagClassName
{
color: #941020;
}
</style>
background-color css
<style>
a { background-color: #941020; }
a { background-color: rgb(148,16,32); }
div.DivClassName
{
background-color: #941020;
}
.BgClassName
{
background-color: #941020;
}
</style>
border-color css
<style>
span { border-color: #941020; }
span { border-color: rgb(148,16,32); }
td.TdClassName
{
border-color: #941020;
}
.TagClassName
{
border-color: #941020;
}
</style>