Shades of Carmine #94022B
Tints of Carmine #94022B
RGB
CMYK
RGB Variations
Color information
#94022B (or 0x94022B) is known color: Carmine. HEX triplet: 94, 02 and 2B. RGB value is (148,2,43). Sum of RGB (Red+Green+Blue) = 148+2+43=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #94022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94022B is #6BFDD4. Grayscale: #323232. Windows color (decimal): -7077333 or 2818708. OLE color: 2818708.
HSL color Cylindrical-coordinate representation of color #94022B: hue angle of 343.15º 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 #94022B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.42 |
| HSL | 343.15º | 0.97% | 0.29% | - |
| HSV(B) | 343.15º | 0.99% | 0.58% | - |
| XYZ | 12.67 | 6.51 | 2.87 | - |
| YUV | 50.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 43 | 0 | 0.99 | 0.71 | 0.42 | 343.15 | 0.97 | 0.29 |
| Hex | 94 | 2 | 2B | 0 | 63 | 47 | 2A | 157 | 61 | 1D |
| Octal | 224 | 2 | 53 | 0 | 143 | 107 | 52 | 527 | 141 | 35 |
| Binary | 10010100 | 10 | 101011 | 0 | 1100011 | 1000111 | 101010 | 101010111 | 1100001 | 11101 |
Color Harmonies of #94022B
Complementary color
Monochromatic Colors of #94022B
Black with #94022B
Text Example
Text Example
White with #94022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94022B; }
p { color: rgb(148,2,43); }
H1.HeaderClassName
{
color: #94022B;
}
.AnyTagClassName
{
color: #94022B;
}
</style>
background-color css
<style>
a { background-color: #94022B; }
a { background-color: rgb(148,2,43); }
div.DivClassName
{
background-color: #94022B;
}
.BgClassName
{
background-color: #94022B;
}
</style>
border-color css
<style>
span { border-color: #94022B; }
span { border-color: rgb(148,2,43); }
td.TdClassName
{
border-color: #94022B;
}
.TagClassName
{
border-color: #94022B;
}
</style>