Shades of Medium Carmine #B33737
Tints of Medium Carmine #B33737
RGB
CMYK
RGB Variations
Color information
#B33737 (or 0xB33737) is known color: Medium Carmine. HEX triplet: B3, 37 and 37. RGB value is (179,55,55). Sum of RGB (Red+Green+Blue) = 179+55+55=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B33737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33737 is #4CC8C8. Grayscale: #5C5C5C. Windows color (decimal): -5032137 or 3618739. OLE color: 3618739.
HSL color Cylindrical-coordinate representation of color #B33737: hue angle of 0º degrees, saturation: 0.53, 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 #B33737 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 55 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.30 |
| HSL | 0º | 0.53% | 0.46% | - |
| HSV(B) | 0º | 0.69% | 0.7% | - |
| XYZ | 20.65 | 12.59 | 4.96 | - |
| YUV | 92.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 55 | 0 | 0.69 | 0.69 | 0.30 | 0 | 0.53 | 0.46 |
| Hex | B3 | 37 | 37 | 0 | 45 | 45 | 1E | 0 | 35 | 2E |
| Octal | 263 | 67 | 67 | 0 | 105 | 105 | 36 | 0 | 65 | 56 |
| Binary | 10110011 | 110111 | 110111 | 0 | 1000101 | 1000101 | 11110 | 0 | 110101 | 101110 |
Color Harmonies of #B33737
Complementary color
Monochromatic Colors of #B33737
Black with #B33737
Text Example
Text Example
White with #B33737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33737; }
p { color: rgb(179,55,55); }
H1.HeaderClassName
{
color: #B33737;
}
.AnyTagClassName
{
color: #B33737;
}
</style>
background-color css
<style>
a { background-color: #B33737; }
a { background-color: rgb(179,55,55); }
div.DivClassName
{
background-color: #B33737;
}
.BgClassName
{
background-color: #B33737;
}
</style>
border-color css
<style>
span { border-color: #B33737; }
span { border-color: rgb(179,55,55); }
td.TdClassName
{
border-color: #B33737;
}
.TagClassName
{
border-color: #B33737;
}
</style>