Shades of Medium Carmine #B73732
Tints of Medium Carmine #B73732
RGB
CMYK
RGB Variations
Color information
#B73732 (or 0xB73732) is known color: Medium Carmine. HEX triplet: B7, 37 and 32. RGB value is (183,55,50). Sum of RGB (Red+Green+Blue) = 183+55+50=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B73732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73732 is #48C8CD. Grayscale: #5C5C5C. Windows color (decimal): -4769998 or 3291063. OLE color: 3291063.
HSL color Cylindrical-coordinate representation of color #B73732: hue angle of 2.26º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73732 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 50 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.28 |
| HSL | 2.26º | 0.57% | 0.46% | - |
| HSV(B) | 2.26º | 0.73% | 0.72% | - |
| XYZ | 21.47 | 13.03 | 4.4 | - |
| YUV | 92.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 50 | 0 | 0.70 | 0.73 | 0.28 | 2.26 | 0.57 | 0.46 |
| Hex | B7 | 37 | 32 | 0 | 46 | 49 | 1C | 2 | 39 | 2E |
| Octal | 267 | 67 | 62 | 0 | 106 | 111 | 34 | 2 | 71 | 56 |
| Binary | 10110111 | 110111 | 110010 | 0 | 1000110 | 1001001 | 11100 | 10 | 111001 | 101110 |
Color Harmonies of #B73732
Complementary color
Monochromatic Colors of #B73732
Black with #B73732
Text Example
Text Example
White with #B73732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73732; }
p { color: rgb(183,55,50); }
H1.HeaderClassName
{
color: #B73732;
}
.AnyTagClassName
{
color: #B73732;
}
</style>
background-color css
<style>
a { background-color: #B73732; }
a { background-color: rgb(183,55,50); }
div.DivClassName
{
background-color: #B73732;
}
.BgClassName
{
background-color: #B73732;
}
</style>
border-color css
<style>
span { border-color: #B73732; }
span { border-color: rgb(183,55,50); }
td.TdClassName
{
border-color: #B73732;
}
.TagClassName
{
border-color: #B73732;
}
</style>