Shades of Medium Carmine #B73733
Tints of Medium Carmine #B73733
RGB
CMYK
RGB Variations
Color information
#B73733 (or 0xB73733) is known color: Medium Carmine. HEX triplet: B7, 37 and 33. RGB value is (183,55,51). Sum of RGB (Red+Green+Blue) = 183+55+51=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B73733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73733 is #48C8CC. Grayscale: #5C5C5C. Windows color (decimal): -4769997 or 3356599. OLE color: 3356599.
HSL color Cylindrical-coordinate representation of color #B73733: hue angle of 1.82º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73733 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 51 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.28 |
| HSL | 1.82º | 0.56% | 0.46% | - |
| HSV(B) | 1.82º | 0.72% | 0.72% | - |
| XYZ | 21.49 | 13.04 | 4.52 | - |
| YUV | 92.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 51 | 0 | 0.70 | 0.72 | 0.28 | 1.82 | 0.56 | 0.46 |
| Hex | B7 | 37 | 33 | 0 | 46 | 48 | 1C | 2 | 38 | 2E |
| Octal | 267 | 67 | 63 | 0 | 106 | 110 | 34 | 2 | 70 | 56 |
| Binary | 10110111 | 110111 | 110011 | 0 | 1000110 | 1001000 | 11100 | 10 | 111000 | 101110 |
Color Harmonies of #B73733
Complementary color
Monochromatic Colors of #B73733
Black with #B73733
Text Example
Text Example
White with #B73733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73733; }
p { color: rgb(183,55,51); }
H1.HeaderClassName
{
color: #B73733;
}
.AnyTagClassName
{
color: #B73733;
}
</style>
background-color css
<style>
a { background-color: #B73733; }
a { background-color: rgb(183,55,51); }
div.DivClassName
{
background-color: #B73733;
}
.BgClassName
{
background-color: #B73733;
}
</style>
border-color css
<style>
span { border-color: #B73733; }
span { border-color: rgb(183,55,51); }
td.TdClassName
{
border-color: #B73733;
}
.TagClassName
{
border-color: #B73733;
}
</style>