Shades of Carmine #941622
Tints of Carmine #941622
RGB
CMYK
RGB Variations
Color information
#941622 (or 0x941622) is known color: Carmine. HEX triplet: 94, 16 and 22. RGB value is (148,22,34). Sum of RGB (Red+Green+Blue) = 148+22+34=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #941622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941622 is #6BE9DD. Grayscale: #3D3D3D. Windows color (decimal): -7072222 or 2234004. OLE color: 2234004.
HSL color Cylindrical-coordinate representation of color #941622: hue angle of 354.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941622 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 34 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.42 |
| HSL | 354.29º | 0.74% | 0.33% | - |
| HSV(B) | 354.29º | 0.85% | 0.58% | - |
| XYZ | 12.79 | 6.99 | 2.19 | - |
| YUV | 61.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 34 | 0 | 0.85 | 0.77 | 0.42 | 354.29 | 0.74 | 0.33 |
| Hex | 94 | 16 | 22 | 0 | 55 | 4D | 2A | 162 | 4A | 21 |
| Octal | 224 | 26 | 42 | 0 | 125 | 115 | 52 | 542 | 112 | 41 |
| Binary | 10010100 | 10110 | 100010 | 0 | 1010101 | 1001101 | 101010 | 101100010 | 1001010 | 100001 |
Color Harmonies of #941622
Complementary color
Monochromatic Colors of #941622
Black with #941622
Text Example
Text Example
White with #941622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941622; }
p { color: rgb(148,22,34); }
H1.HeaderClassName
{
color: #941622;
}
.AnyTagClassName
{
color: #941622;
}
</style>
background-color css
<style>
a { background-color: #941622; }
a { background-color: rgb(148,22,34); }
div.DivClassName
{
background-color: #941622;
}
.BgClassName
{
background-color: #941622;
}
</style>
border-color css
<style>
span { border-color: #941622; }
span { border-color: rgb(148,22,34); }
td.TdClassName
{
border-color: #941622;
}
.TagClassName
{
border-color: #941622;
}
</style>