Shades of Medium Carmine #B73735
Tints of Medium Carmine #B73735
RGB
CMYK
RGB Variations
Color information
#B73735 (or 0xB73735) is known color: Medium Carmine. HEX triplet: B7, 37 and 35. RGB value is (183,55,53). Sum of RGB (Red+Green+Blue) = 183+55+53=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B73735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73735 is #48C8CA. Grayscale: #5D5D5D. Windows color (decimal): -4769995 or 3487671. OLE color: 3487671.
HSL color Cylindrical-coordinate representation of color #B73735: hue angle of 0.92º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73735 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 53 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.28 |
| HSL | 0.92º | 0.55% | 0.46% | - |
| HSV(B) | 0.92º | 0.71% | 0.72% | - |
| XYZ | 21.54 | 13.06 | 4.75 | - |
| YUV | 93.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 53 | 0 | 0.70 | 0.71 | 0.28 | 0.92 | 0.55 | 0.46 |
| Hex | B7 | 37 | 35 | 0 | 46 | 47 | 1C | 1 | 37 | 2E |
| Octal | 267 | 67 | 65 | 0 | 106 | 107 | 34 | 1 | 67 | 56 |
| Binary | 10110111 | 110111 | 110101 | 0 | 1000110 | 1000111 | 11100 | 1 | 110111 | 101110 |
Color Harmonies of #B73735
Complementary color
Monochromatic Colors of #B73735
Black with #B73735
Text Example
Text Example
White with #B73735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73735; }
p { color: rgb(183,55,53); }
H1.HeaderClassName
{
color: #B73735;
}
.AnyTagClassName
{
color: #B73735;
}
</style>
background-color css
<style>
a { background-color: #B73735; }
a { background-color: rgb(183,55,53); }
div.DivClassName
{
background-color: #B73735;
}
.BgClassName
{
background-color: #B73735;
}
</style>
border-color css
<style>
span { border-color: #B73735; }
span { border-color: rgb(183,55,53); }
td.TdClassName
{
border-color: #B73735;
}
.TagClassName
{
border-color: #B73735;
}
</style>