Shades of Carmine #94012B
Tints of Carmine #94012B
RGB
CMYK
RGB Variations
Color information
#94012B (or 0x94012B) is known color: Carmine. HEX triplet: 94, 01 and 2B. RGB value is (148,1,43). Sum of RGB (Red+Green+Blue) = 148+1+43=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #94012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94012B is #6BFED4. Grayscale: #313131. Windows color (decimal): -7077589 or 2818452. OLE color: 2818452.
HSL color Cylindrical-coordinate representation of color #94012B: hue angle of 342.86º degrees, saturation: 0.99, 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 #94012B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.42 |
| HSL | 342.86º | 0.99% | 0.29% | - |
| HSV(B) | 342.86º | 0.99% | 0.58% | - |
| XYZ | 12.66 | 6.49 | 2.87 | - |
| YUV | 49.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 43 | 0 | 0.99 | 0.71 | 0.42 | 342.86 | 0.99 | 0.29 |
| Hex | 94 | 1 | 2B | 0 | 63 | 47 | 2A | 157 | 63 | 1D |
| Octal | 224 | 1 | 53 | 0 | 143 | 107 | 52 | 527 | 143 | 35 |
| Binary | 10010100 | 1 | 101011 | 0 | 1100011 | 1000111 | 101010 | 101010111 | 1100011 | 11101 |
Color Harmonies of #94012B
Complementary color
Monochromatic Colors of #94012B
Black with #94012B
Text Example
Text Example
White with #94012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94012B; }
p { color: rgb(148,1,43); }
H1.HeaderClassName
{
color: #94012B;
}
.AnyTagClassName
{
color: #94012B;
}
</style>
background-color css
<style>
a { background-color: #94012B; }
a { background-color: rgb(148,1,43); }
div.DivClassName
{
background-color: #94012B;
}
.BgClassName
{
background-color: #94012B;
}
</style>
border-color css
<style>
span { border-color: #94012B; }
span { border-color: rgb(148,1,43); }
td.TdClassName
{
border-color: #94012B;
}
.TagClassName
{
border-color: #94012B;
}
</style>