Shades of Medium Carmine #B3372C
Tints of Medium Carmine #B3372C
RGB
CMYK
RGB Variations
Color information
#B3372C (or 0xB3372C) is known color: Medium Carmine. HEX triplet: B3, 37 and 2C. RGB value is (179,55,44). Sum of RGB (Red+Green+Blue) = 179+55+44=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3372C is #4CC8D3. Grayscale: #5A5A5A. Windows color (decimal): -5032148 or 2897843. OLE color: 2897843.
HSL color Cylindrical-coordinate representation of color #B3372C: hue angle of 4.89º 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 #B3372C is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 44 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.30 |
| HSL | 4.89º | 0.61% | 0.44% | - |
| HSV(B) | 4.89º | 0.75% | 0.7% | - |
| XYZ | 20.41 | 12.5 | 3.72 | - |
| YUV | 90.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 44 | 0 | 0.69 | 0.75 | 0.30 | 4.89 | 0.61 | 0.44 |
| Hex | B3 | 37 | 2C | 0 | 45 | 4B | 1E | 5 | 3D | 2C |
| Octal | 263 | 67 | 54 | 0 | 105 | 113 | 36 | 5 | 75 | 54 |
| Binary | 10110011 | 110111 | 101100 | 0 | 1000101 | 1001011 | 11110 | 101 | 111101 | 101100 |
Color Harmonies of #B3372C
Complementary color
Monochromatic Colors of #B3372C
Black with #B3372C
Text Example
Text Example
White with #B3372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3372C; }
p { color: rgb(179,55,44); }
H1.HeaderClassName
{
color: #B3372C;
}
.AnyTagClassName
{
color: #B3372C;
}
</style>
background-color css
<style>
a { background-color: #B3372C; }
a { background-color: rgb(179,55,44); }
div.DivClassName
{
background-color: #B3372C;
}
.BgClassName
{
background-color: #B3372C;
}
</style>
border-color css
<style>
span { border-color: #B3372C; }
span { border-color: rgb(179,55,44); }
td.TdClassName
{
border-color: #B3372C;
}
.TagClassName
{
border-color: #B3372C;
}
</style>