Shades of Medium Carmine #B33C2B
Tints of Medium Carmine #B33C2B
RGB
CMYK
RGB Variations
Color information
#B33C2B (or 0xB33C2B) is known color: Medium Carmine. HEX triplet: B3, 3C and 2B. RGB value is (179,60,43). Sum of RGB (Red+Green+Blue) = 179+60+43=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C2B is #4CC3D4. Grayscale: #5D5D5D. Windows color (decimal): -5030869 or 2833587. OLE color: 2833587.
HSL color Cylindrical-coordinate representation of color #B33C2B: hue angle of 7.5º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33C2B is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 43 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.30 |
| HSL | 7.5º | 0.61% | 0.44% | - |
| HSV(B) | 7.5º | 0.76% | 0.7% | - |
| XYZ | 20.64 | 12.99 | 3.7 | - |
| YUV | 93.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 43 | 0 | 0.66 | 0.76 | 0.30 | 7.5 | 0.61 | 0.44 |
| Hex | B3 | 3C | 2B | 0 | 42 | 4C | 1E | 8 | 3D | 2C |
| Octal | 263 | 74 | 53 | 0 | 102 | 114 | 36 | 10 | 75 | 54 |
| Binary | 10110011 | 111100 | 101011 | 0 | 1000010 | 1001100 | 11110 | 1000 | 111101 | 101100 |
Color Harmonies of #B33C2B
Complementary color
Monochromatic Colors of #B33C2B
Black with #B33C2B
Text Example
Text Example
White with #B33C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C2B; }
p { color: rgb(179,60,43); }
H1.HeaderClassName
{
color: #B33C2B;
}
.AnyTagClassName
{
color: #B33C2B;
}
</style>
background-color css
<style>
a { background-color: #B33C2B; }
a { background-color: rgb(179,60,43); }
div.DivClassName
{
background-color: #B33C2B;
}
.BgClassName
{
background-color: #B33C2B;
}
</style>
border-color css
<style>
span { border-color: #B33C2B; }
span { border-color: rgb(179,60,43); }
td.TdClassName
{
border-color: #B33C2B;
}
.TagClassName
{
border-color: #B33C2B;
}
</style>