Shades of Medium Carmine #B33F32
Tints of Medium Carmine #B33F32
RGB
CMYK
RGB Variations
Color information
#B33F32 (or 0xB33F32) is known color: Medium Carmine. HEX triplet: B3, 3F and 32. RGB value is (179,63,50). Sum of RGB (Red+Green+Blue) = 179+63+50=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33F32 is #4CC0CD. Grayscale: #606060. Windows color (decimal): -5030094 or 3293107. OLE color: 3293107.
HSL color Cylindrical-coordinate representation of color #B33F32: hue angle of 6.05º 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 #B33F32 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 50 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.30 |
| HSL | 6.05º | 0.56% | 0.45% | - |
| HSV(B) | 6.05º | 0.72% | 0.7% | - |
| XYZ | 20.94 | 13.37 | 4.49 | - |
| YUV | 96.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 50 | 0 | 0.65 | 0.72 | 0.30 | 6.05 | 0.56 | 0.45 |
| Hex | B3 | 3F | 32 | 0 | 41 | 48 | 1E | 6 | 38 | 2D |
| Octal | 263 | 77 | 62 | 0 | 101 | 110 | 36 | 6 | 70 | 55 |
| Binary | 10110011 | 111111 | 110010 | 0 | 1000001 | 1001000 | 11110 | 110 | 111000 | 101101 |
Color Harmonies of #B33F32
Complementary color
Monochromatic Colors of #B33F32
Black with #B33F32
Text Example
Text Example
White with #B33F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F32; }
p { color: rgb(179,63,50); }
H1.HeaderClassName
{
color: #B33F32;
}
.AnyTagClassName
{
color: #B33F32;
}
</style>
background-color css
<style>
a { background-color: #B33F32; }
a { background-color: rgb(179,63,50); }
div.DivClassName
{
background-color: #B33F32;
}
.BgClassName
{
background-color: #B33F32;
}
</style>
border-color css
<style>
span { border-color: #B33F32; }
span { border-color: rgb(179,63,50); }
td.TdClassName
{
border-color: #B33F32;
}
.TagClassName
{
border-color: #B33F32;
}
</style>