Shades of Carmine #940F22
Tints of Carmine #940F22
RGB
CMYK
RGB Variations
Color information
#940F22 (or 0x940F22) is known color: Carmine. HEX triplet: 94, 0F and 22. RGB value is (148,15,34). Sum of RGB (Red+Green+Blue) = 148+15+34=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #940F22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940F22 is #6BF0DD. Grayscale: #383838. Windows color (decimal): -7074014 or 2232212. OLE color: 2232212.
HSL color Cylindrical-coordinate representation of color #940F22: hue angle of 351.43º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F22 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 34 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.42 |
| HSL | 351.43º | 0.82% | 0.32% | - |
| HSV(B) | 351.43º | 0.9% | 0.58% | - |
| XYZ | 12.67 | 6.75 | 2.15 | - |
| YUV | 56.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 34 | 0 | 0.90 | 0.77 | 0.42 | 351.43 | 0.82 | 0.32 |
| Hex | 94 | F | 22 | 0 | 5A | 4D | 2A | 15F | 52 | 20 |
| Octal | 224 | 17 | 42 | 0 | 132 | 115 | 52 | 537 | 122 | 40 |
| Binary | 10010100 | 1111 | 100010 | 0 | 1011010 | 1001101 | 101010 | 101011111 | 1010010 | 100000 |
Color Harmonies of #940F22
Complementary color
Monochromatic Colors of #940F22
Black with #940F22
Text Example
Text Example
White with #940F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F22; }
p { color: rgb(148,15,34); }
H1.HeaderClassName
{
color: #940F22;
}
.AnyTagClassName
{
color: #940F22;
}
</style>
background-color css
<style>
a { background-color: #940F22; }
a { background-color: rgb(148,15,34); }
div.DivClassName
{
background-color: #940F22;
}
.BgClassName
{
background-color: #940F22;
}
</style>
border-color css
<style>
span { border-color: #940F22; }
span { border-color: rgb(148,15,34); }
td.TdClassName
{
border-color: #940F22;
}
.TagClassName
{
border-color: #940F22;
}
</style>