Shades of Medium Carmine #B93333
Tints of Medium Carmine #B93333
RGB
CMYK
RGB Variations
Color information
#B93333 (or 0xB93333) is known color: Medium Carmine. HEX triplet: B9, 33 and 33. RGB value is (185,51,51). Sum of RGB (Red+Green+Blue) = 185+51+51=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B93333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93333 is #46CCCC. Grayscale: #5B5B5B. Windows color (decimal): -4639949 or 3355577. OLE color: 3355577.
HSL color Cylindrical-coordinate representation of color #B93333: hue angle of 0º 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 #B93333 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 51 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.27 |
| HSL | 0º | 0.57% | 0.46% | - |
| HSV(B) | 0º | 0.72% | 0.73% | - |
| XYZ | 21.79 | 12.92 | 4.48 | - |
| YUV | 91.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 51 | 0 | 0.72 | 0.72 | 0.27 | 0 | 0.57 | 0.46 |
| Hex | B9 | 33 | 33 | 0 | 48 | 48 | 1B | 0 | 39 | 2E |
| Octal | 271 | 63 | 63 | 0 | 110 | 110 | 33 | 0 | 71 | 56 |
| Binary | 10111001 | 110011 | 110011 | 0 | 1001000 | 1001000 | 11011 | 0 | 111001 | 101110 |
Color Harmonies of #B93333
Complementary color
Monochromatic Colors of #B93333
Black with #B93333
Text Example
Text Example
White with #B93333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93333; }
p { color: rgb(185,51,51); }
H1.HeaderClassName
{
color: #B93333;
}
.AnyTagClassName
{
color: #B93333;
}
</style>
background-color css
<style>
a { background-color: #B93333; }
a { background-color: rgb(185,51,51); }
div.DivClassName
{
background-color: #B93333;
}
.BgClassName
{
background-color: #B93333;
}
</style>
border-color css
<style>
span { border-color: #B93333; }
span { border-color: rgb(185,51,51); }
td.TdClassName
{
border-color: #B93333;
}
.TagClassName
{
border-color: #B93333;
}
</style>