Shades of Medium Carmine #B33C38
Tints of Medium Carmine #B33C38
RGB
CMYK
RGB Variations
Color information
#B33C38 (or 0xB33C38) is known color: Medium Carmine. HEX triplet: B3, 3C and 38. RGB value is (179,60,56). Sum of RGB (Red+Green+Blue) = 179+60+56=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C38 is #4CC3C7. Grayscale: #5F5F5F. Windows color (decimal): -5030856 or 3685555. OLE color: 3685555.
HSL color Cylindrical-coordinate representation of color #B33C38: hue angle of 1.95º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33C38 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 56 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.30 |
| HSL | 1.95º | 0.52% | 0.46% | - |
| HSV(B) | 1.95º | 0.69% | 0.7% | - |
| XYZ | 20.92 | 13.1 | 5.17 | - |
| YUV | 95.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 56 | 0 | 0.66 | 0.69 | 0.30 | 1.95 | 0.52 | 0.46 |
| Hex | B3 | 3C | 38 | 0 | 42 | 45 | 1E | 2 | 34 | 2E |
| Octal | 263 | 74 | 70 | 0 | 102 | 105 | 36 | 2 | 64 | 56 |
| Binary | 10110011 | 111100 | 111000 | 0 | 1000010 | 1000101 | 11110 | 10 | 110100 | 101110 |
Color Harmonies of #B33C38
Complementary color
Monochromatic Colors of #B33C38
Black with #B33C38
Text Example
Text Example
White with #B33C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C38; }
p { color: rgb(179,60,56); }
H1.HeaderClassName
{
color: #B33C38;
}
.AnyTagClassName
{
color: #B33C38;
}
</style>
background-color css
<style>
a { background-color: #B33C38; }
a { background-color: rgb(179,60,56); }
div.DivClassName
{
background-color: #B33C38;
}
.BgClassName
{
background-color: #B33C38;
}
</style>
border-color css
<style>
span { border-color: #B33C38; }
span { border-color: rgb(179,60,56); }
td.TdClassName
{
border-color: #B33C38;
}
.TagClassName
{
border-color: #B33C38;
}
</style>