Shades of Carmine #94001B
Tints of Carmine #94001B
RGB
CMYK
RGB Variations
Color information
#94001B (or 0x94001B) is known color: Carmine. HEX triplet: 94, 00 and 1B. RGB value is (148,0,27). Sum of RGB (Red+Green+Blue) = 148+0+27=175 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.57% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 148 - color contains mainly: red. Hex color #94001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94001B is #6BFFE4. Grayscale: #2F2F2F. Windows color (decimal): -7077861 or 1769620. OLE color: 1769620.
HSL color Cylindrical-coordinate representation of color #94001B: hue angle of 349.05º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94001B is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.82 | 0.42 |
| HSL | 349.05º | 1% | 0.29% | - |
| HSV(B) | 349.05º | 1% | 0.58% | - |
| XYZ | 12.41 | 6.38 | 1.61 | - |
| YUV | 47.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 27 | 0 | 1 | 0.82 | 0.42 | 349.05 | 1 | 0.29 |
| Hex | 94 | 0 | 1B | 0 | 64 | 52 | 2A | 15D | 64 | 1D |
| Octal | 224 | 0 | 33 | 0 | 144 | 122 | 52 | 535 | 144 | 35 |
| Binary | 10010100 | 0 | 11011 | 0 | 1100100 | 1010010 | 101010 | 101011101 | 1100100 | 11101 |
Color Harmonies of #94001B
Complementary color
Monochromatic Colors of #94001B
Black with #94001B
Text Example
Text Example
White with #94001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94001B; }
p { color: rgb(148,0,27); }
H1.HeaderClassName
{
color: #94001B;
}
.AnyTagClassName
{
color: #94001B;
}
</style>
background-color css
<style>
a { background-color: #94001B; }
a { background-color: rgb(148,0,27); }
div.DivClassName
{
background-color: #94001B;
}
.BgClassName
{
background-color: #94001B;
}
</style>
border-color css
<style>
span { border-color: #94001B; }
span { border-color: rgb(148,0,27); }
td.TdClassName
{
border-color: #94001B;
}
.TagClassName
{
border-color: #94001B;
}
</style>