Shades of Medium Carmine #B33C36
Tints of Medium Carmine #B33C36
RGB
CMYK
RGB Variations
Color information
#B33C36 (or 0xB33C36) is known color: Medium Carmine. HEX triplet: B3, 3C and 36. RGB value is (179,60,54). Sum of RGB (Red+Green+Blue) = 179+60+54=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C36 is #4CC3C9. Grayscale: #5F5F5F. Windows color (decimal): -5030858 or 3554483. OLE color: 3554483.
HSL color Cylindrical-coordinate representation of color #B33C36: hue angle of 2.88º 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 #B33C36 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 54 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.30 |
| HSL | 2.88º | 0.54% | 0.46% | - |
| HSV(B) | 2.88º | 0.7% | 0.7% | - |
| XYZ | 20.87 | 13.08 | 4.91 | - |
| YUV | 94.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 54 | 0 | 0.66 | 0.70 | 0.30 | 2.88 | 0.54 | 0.46 |
| Hex | B3 | 3C | 36 | 0 | 42 | 46 | 1E | 3 | 36 | 2E |
| Octal | 263 | 74 | 66 | 0 | 102 | 106 | 36 | 3 | 66 | 56 |
| Binary | 10110011 | 111100 | 110110 | 0 | 1000010 | 1000110 | 11110 | 11 | 110110 | 101110 |
Color Harmonies of #B33C36
Complementary color
Monochromatic Colors of #B33C36
Black with #B33C36
Text Example
Text Example
White with #B33C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C36; }
p { color: rgb(179,60,54); }
H1.HeaderClassName
{
color: #B33C36;
}
.AnyTagClassName
{
color: #B33C36;
}
</style>
background-color css
<style>
a { background-color: #B33C36; }
a { background-color: rgb(179,60,54); }
div.DivClassName
{
background-color: #B33C36;
}
.BgClassName
{
background-color: #B33C36;
}
</style>
border-color css
<style>
span { border-color: #B33C36; }
span { border-color: rgb(179,60,54); }
td.TdClassName
{
border-color: #B33C36;
}
.TagClassName
{
border-color: #B33C36;
}
</style>