Shades of Medium Carmine #B33B2C
Tints of Medium Carmine #B33B2C
RGB
CMYK
RGB Variations
Color information
#B33B2C (or 0xB33B2C) is known color: Medium Carmine. HEX triplet: B3, 3B and 2C. RGB value is (179,59,44). Sum of RGB (Red+Green+Blue) = 179+59+44=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B2C is #4CC4D3. Grayscale: #5D5D5D. Windows color (decimal): -5031124 or 2898867. OLE color: 2898867.
HSL color Cylindrical-coordinate representation of color #B33B2C: hue angle of 6.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33B2C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 44 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.30 |
| HSL | 6.67º | 0.61% | 0.44% | - |
| HSV(B) | 6.67º | 0.75% | 0.7% | - |
| XYZ | 20.61 | 12.89 | 3.79 | - |
| YUV | 93.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 44 | 0 | 0.67 | 0.75 | 0.30 | 6.67 | 0.61 | 0.44 |
| Hex | B3 | 3B | 2C | 0 | 43 | 4B | 1E | 7 | 3D | 2C |
| Octal | 263 | 73 | 54 | 0 | 103 | 113 | 36 | 7 | 75 | 54 |
| Binary | 10110011 | 111011 | 101100 | 0 | 1000011 | 1001011 | 11110 | 111 | 111101 | 101100 |
Color Harmonies of #B33B2C
Complementary color
Monochromatic Colors of #B33B2C
Black with #B33B2C
Text Example
Text Example
White with #B33B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33B2C; }
p { color: rgb(179,59,44); }
H1.HeaderClassName
{
color: #B33B2C;
}
.AnyTagClassName
{
color: #B33B2C;
}
</style>
background-color css
<style>
a { background-color: #B33B2C; }
a { background-color: rgb(179,59,44); }
div.DivClassName
{
background-color: #B33B2C;
}
.BgClassName
{
background-color: #B33B2C;
}
</style>
border-color css
<style>
span { border-color: #B33B2C; }
span { border-color: rgb(179,59,44); }
td.TdClassName
{
border-color: #B33B2C;
}
.TagClassName
{
border-color: #B33B2C;
}
</style>