Shades of Medium Carmine #B94233
Tints of Medium Carmine #B94233
RGB
CMYK
RGB Variations
Color information
#B94233 (or 0xB94233) is known color: Medium Carmine. HEX triplet: B9, 42 and 33. RGB value is (185,66,51). Sum of RGB (Red+Green+Blue) = 185+66+51=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B94233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94233 is #46BDCC. Grayscale: #646464. Windows color (decimal): -4636109 or 3359417. OLE color: 3359417.
HSL color Cylindrical-coordinate representation of color #B94233: hue angle of 6.72º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B94233 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 51 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.27 |
| HSL | 6.72º | 0.57% | 0.46% | - |
| HSV(B) | 6.72º | 0.72% | 0.73% | - |
| XYZ | 22.55 | 14.45 | 4.73 | - |
| YUV | 99.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 51 | 0 | 0.64 | 0.72 | 0.27 | 6.72 | 0.57 | 0.46 |
| Hex | B9 | 42 | 33 | 0 | 40 | 48 | 1B | 7 | 39 | 2E |
| Octal | 271 | 102 | 63 | 0 | 100 | 110 | 33 | 7 | 71 | 56 |
| Binary | 10111001 | 1000010 | 110011 | 0 | 1000000 | 1001000 | 11011 | 111 | 111001 | 101110 |
Color Harmonies of #B94233
Complementary color
Monochromatic Colors of #B94233
Black with #B94233
Text Example
Text Example
White with #B94233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94233; }
p { color: rgb(185,66,51); }
H1.HeaderClassName
{
color: #B94233;
}
.AnyTagClassName
{
color: #B94233;
}
</style>
background-color css
<style>
a { background-color: #B94233; }
a { background-color: rgb(185,66,51); }
div.DivClassName
{
background-color: #B94233;
}
.BgClassName
{
background-color: #B94233;
}
</style>
border-color css
<style>
span { border-color: #B94233; }
span { border-color: rgb(185,66,51); }
td.TdClassName
{
border-color: #B94233;
}
.TagClassName
{
border-color: #B94233;
}
</style>