Shades of Carmine #94022C
Tints of Carmine #94022C
RGB
CMYK
RGB Variations
Color information
#94022C (or 0x94022C) is known color: Carmine. HEX triplet: 94, 02 and 2C. RGB value is (148,2,44). Sum of RGB (Red+Green+Blue) = 148+2+44=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #94022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94022C is #6BFDD3. Grayscale: #323232. Windows color (decimal): -7077332 or 2884244. OLE color: 2884244.
HSL color Cylindrical-coordinate representation of color #94022C: hue angle of 342.74º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94022C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.42 |
| HSL | 342.74º | 0.97% | 0.29% | - |
| HSV(B) | 342.74º | 0.99% | 0.58% | - |
| XYZ | 12.69 | 6.52 | 2.97 | - |
| YUV | 50.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 44 | 0 | 0.99 | 0.70 | 0.42 | 342.74 | 0.97 | 0.29 |
| Hex | 94 | 2 | 2C | 0 | 63 | 46 | 2A | 157 | 61 | 1D |
| Octal | 224 | 2 | 54 | 0 | 143 | 106 | 52 | 527 | 141 | 35 |
| Binary | 10010100 | 10 | 101100 | 0 | 1100011 | 1000110 | 101010 | 101010111 | 1100001 | 11101 |
Color Harmonies of #94022C
Complementary color
Monochromatic Colors of #94022C
Black with #94022C
Text Example
Text Example
White with #94022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94022C; }
p { color: rgb(148,2,44); }
H1.HeaderClassName
{
color: #94022C;
}
.AnyTagClassName
{
color: #94022C;
}
</style>
background-color css
<style>
a { background-color: #94022C; }
a { background-color: rgb(148,2,44); }
div.DivClassName
{
background-color: #94022C;
}
.BgClassName
{
background-color: #94022C;
}
</style>
border-color css
<style>
span { border-color: #94022C; }
span { border-color: rgb(148,2,44); }
td.TdClassName
{
border-color: #94022C;
}
.TagClassName
{
border-color: #94022C;
}
</style>