Shades of Carmine #940228
Tints of Carmine #940228
RGB
CMYK
RGB Variations
Color information
#940228 (or 0x940228) is known color: Carmine. HEX triplet: 94, 02 and 28. RGB value is (148,2,40). Sum of RGB (Red+Green+Blue) = 148+2+40=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #940228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940228 is #6BFDD7. Grayscale: #313131. Windows color (decimal): -7077336 or 2622100. OLE color: 2622100.
HSL color Cylindrical-coordinate representation of color #940228: hue angle of 344.38º 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 #940228 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.42 |
| HSL | 344.38º | 0.97% | 0.29% | - |
| HSV(B) | 344.38º | 0.99% | 0.58% | - |
| XYZ | 12.62 | 6.49 | 2.6 | - |
| YUV | 49.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 40 | 0 | 0.99 | 0.73 | 0.42 | 344.38 | 0.97 | 0.29 |
| Hex | 94 | 2 | 28 | 0 | 63 | 49 | 2A | 158 | 61 | 1D |
| Octal | 224 | 2 | 50 | 0 | 143 | 111 | 52 | 530 | 141 | 35 |
| Binary | 10010100 | 10 | 101000 | 0 | 1100011 | 1001001 | 101010 | 101011000 | 1100001 | 11101 |
Color Harmonies of #940228
Complementary color
Monochromatic Colors of #940228
Black with #940228
Text Example
Text Example
White with #940228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940228; }
p { color: rgb(148,2,40); }
H1.HeaderClassName
{
color: #940228;
}
.AnyTagClassName
{
color: #940228;
}
</style>
background-color css
<style>
a { background-color: #940228; }
a { background-color: rgb(148,2,40); }
div.DivClassName
{
background-color: #940228;
}
.BgClassName
{
background-color: #940228;
}
</style>
border-color css
<style>
span { border-color: #940228; }
span { border-color: rgb(148,2,40); }
td.TdClassName
{
border-color: #940228;
}
.TagClassName
{
border-color: #940228;
}
</style>