Shades of Medium Carmine #B33232
Tints of Medium Carmine #B33232
RGB
CMYK
RGB Variations
Color information
#B33232 (or 0xB33232) is known color: Medium Carmine. HEX triplet: B3, 32 and 32. RGB value is (179,50,50). Sum of RGB (Red+Green+Blue) = 179+50+50=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B33232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33232 is #4CCDCD. Grayscale: #585858. Windows color (decimal): -5033422 or 3289779. OLE color: 3289779.
HSL color Cylindrical-coordinate representation of color #B33232: hue angle of 0º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33232 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 50 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.30 |
| HSL | 0º | 0.56% | 0.45% | - |
| HSV(B) | 0º | 0.72% | 0.7% | - |
| XYZ | 20.31 | 12.1 | 4.28 | - |
| YUV | 88.57 | 106.24 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 50 | 0 | 0.72 | 0.72 | 0.30 | 0 | 0.56 | 0.45 |
| Hex | B3 | 32 | 32 | 0 | 48 | 48 | 1E | 0 | 38 | 2D |
| Octal | 263 | 62 | 62 | 0 | 110 | 110 | 36 | 0 | 70 | 55 |
| Binary | 10110011 | 110010 | 110010 | 0 | 1001000 | 1001000 | 11110 | 0 | 111000 | 101101 |
Color Harmonies of #B33232
Complementary color
Monochromatic Colors of #B33232
Black with #B33232
Text Example
Text Example
White with #B33232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33232; }
p { color: rgb(179,50,50); }
H1.HeaderClassName
{
color: #B33232;
}
.AnyTagClassName
{
color: #B33232;
}
</style>
background-color css
<style>
a { background-color: #B33232; }
a { background-color: rgb(179,50,50); }
div.DivClassName
{
background-color: #B33232;
}
.BgClassName
{
background-color: #B33232;
}
</style>
border-color css
<style>
span { border-color: #B33232; }
span { border-color: rgb(179,50,50); }
td.TdClassName
{
border-color: #B33232;
}
.TagClassName
{
border-color: #B33232;
}
</style>