Shades of Medium Carmine #B33D37
Tints of Medium Carmine #B33D37
RGB
CMYK
RGB Variations
Color information
#B33D37 (or 0xB33D37) is known color: Medium Carmine. HEX triplet: B3, 3D and 37. RGB value is (179,61,55). Sum of RGB (Red+Green+Blue) = 179+61+55=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D37 is #4CC2C8. Grayscale: #5F5F5F. Windows color (decimal): -5030601 or 3620275. OLE color: 3620275.
HSL color Cylindrical-coordinate representation of color #B33D37: hue angle of 2.9º 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 #B33D37 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 55 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.30 |
| HSL | 2.9º | 0.53% | 0.46% | - |
| HSV(B) | 2.9º | 0.69% | 0.7% | - |
| XYZ | 20.95 | 13.2 | 5.06 | - |
| YUV | 95.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 55 | 0 | 0.66 | 0.69 | 0.30 | 2.9 | 0.53 | 0.46 |
| Hex | B3 | 3D | 37 | 0 | 42 | 45 | 1E | 3 | 35 | 2E |
| Octal | 263 | 75 | 67 | 0 | 102 | 105 | 36 | 3 | 65 | 56 |
| Binary | 10110011 | 111101 | 110111 | 0 | 1000010 | 1000101 | 11110 | 11 | 110101 | 101110 |
Color Harmonies of #B33D37
Complementary color
Monochromatic Colors of #B33D37
Black with #B33D37
Text Example
Text Example
White with #B33D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D37; }
p { color: rgb(179,61,55); }
H1.HeaderClassName
{
color: #B33D37;
}
.AnyTagClassName
{
color: #B33D37;
}
</style>
background-color css
<style>
a { background-color: #B33D37; }
a { background-color: rgb(179,61,55); }
div.DivClassName
{
background-color: #B33D37;
}
.BgClassName
{
background-color: #B33D37;
}
</style>
border-color css
<style>
span { border-color: #B33D37; }
span { border-color: rgb(179,61,55); }
td.TdClassName
{
border-color: #B33D37;
}
.TagClassName
{
border-color: #B33D37;
}
</style>