Shades of Medium Carmine #B33636
Tints of Medium Carmine #B33636
RGB
CMYK
RGB Variations
Color information
#B33636 (or 0xB33636) is known color: Medium Carmine. HEX triplet: B3, 36 and 36. RGB value is (179,54,54). Sum of RGB (Red+Green+Blue) = 179+54+54=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B33636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33636 is #4CC9C9. Grayscale: #5B5B5B. Windows color (decimal): -5032394 or 3552947. OLE color: 3552947.
HSL color Cylindrical-coordinate representation of color #B33636: hue angle of 0º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33636 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 54 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.30 |
| HSL | 0º | 0.54% | 0.46% | - |
| HSV(B) | 0º | 0.7% | 0.7% | - |
| XYZ | 20.58 | 12.49 | 4.82 | - |
| YUV | 91.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 54 | 0 | 0.70 | 0.70 | 0.30 | 0 | 0.54 | 0.46 |
| Hex | B3 | 36 | 36 | 0 | 46 | 46 | 1E | 0 | 36 | 2E |
| Octal | 263 | 66 | 66 | 0 | 106 | 106 | 36 | 0 | 66 | 56 |
| Binary | 10110011 | 110110 | 110110 | 0 | 1000110 | 1000110 | 11110 | 0 | 110110 | 101110 |
Color Harmonies of #B33636
Complementary color
Monochromatic Colors of #B33636
Black with #B33636
Text Example
Text Example
White with #B33636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33636; }
p { color: rgb(179,54,54); }
H1.HeaderClassName
{
color: #B33636;
}
.AnyTagClassName
{
color: #B33636;
}
</style>
background-color css
<style>
a { background-color: #B33636; }
a { background-color: rgb(179,54,54); }
div.DivClassName
{
background-color: #B33636;
}
.BgClassName
{
background-color: #B33636;
}
</style>
border-color css
<style>
span { border-color: #B33636; }
span { border-color: rgb(179,54,54); }
td.TdClassName
{
border-color: #B33636;
}
.TagClassName
{
border-color: #B33636;
}
</style>