Shades of Medium Carmine #B73632
Tints of Medium Carmine #B73632
RGB
CMYK
RGB Variations
Color information
#B73632 (or 0xB73632) is known color: Medium Carmine. HEX triplet: B7, 36 and 32. RGB value is (183,54,50). Sum of RGB (Red+Green+Blue) = 183+54+50=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B73632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73632 is #48C9CD. Grayscale: #5C5C5C. Windows color (decimal): -4770254 or 3290807. OLE color: 3290807.
HSL color Cylindrical-coordinate representation of color #B73632: hue angle of 1.8º 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 #B73632 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 50 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.28 |
| HSL | 1.8º | 0.57% | 0.46% | - |
| HSV(B) | 1.8º | 0.73% | 0.72% | - |
| XYZ | 21.42 | 12.94 | 4.39 | - |
| YUV | 92.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 50 | 0 | 0.70 | 0.73 | 0.28 | 1.8 | 0.57 | 0.46 |
| Hex | B7 | 36 | 32 | 0 | 46 | 49 | 1C | 2 | 39 | 2E |
| Octal | 267 | 66 | 62 | 0 | 106 | 111 | 34 | 2 | 71 | 56 |
| Binary | 10110111 | 110110 | 110010 | 0 | 1000110 | 1001001 | 11100 | 10 | 111001 | 101110 |
Color Harmonies of #B73632
Complementary color
Monochromatic Colors of #B73632
Black with #B73632
Text Example
Text Example
White with #B73632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73632; }
p { color: rgb(183,54,50); }
H1.HeaderClassName
{
color: #B73632;
}
.AnyTagClassName
{
color: #B73632;
}
</style>
background-color css
<style>
a { background-color: #B73632; }
a { background-color: rgb(183,54,50); }
div.DivClassName
{
background-color: #B73632;
}
.BgClassName
{
background-color: #B73632;
}
</style>
border-color css
<style>
span { border-color: #B73632; }
span { border-color: rgb(183,54,50); }
td.TdClassName
{
border-color: #B73632;
}
.TagClassName
{
border-color: #B73632;
}
</style>