Shades of Medium Carmine #B73838
Tints of Medium Carmine #B73838
RGB
CMYK
RGB Variations
Color information
#B73838 (or 0xB73838) is known color: Medium Carmine. HEX triplet: B7, 38 and 38. RGB value is (183,56,56). Sum of RGB (Red+Green+Blue) = 183+56+56=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B73838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73838 is #48C7C7. Grayscale: #5E5E5E. Windows color (decimal): -4769736 or 3684535. OLE color: 3684535.
HSL color Cylindrical-coordinate representation of color #B73838: hue angle of 0º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73838 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 56 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.28 |
| HSL | 0º | 0.53% | 0.47% | - |
| HSV(B) | 0º | 0.69% | 0.72% | - |
| XYZ | 21.66 | 13.18 | 5.14 | - |
| YUV | 93.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 56 | 0 | 0.69 | 0.69 | 0.28 | 0 | 0.53 | 0.47 |
| Hex | B7 | 38 | 38 | 0 | 45 | 45 | 1C | 0 | 35 | 2F |
| Octal | 267 | 70 | 70 | 0 | 105 | 105 | 34 | 0 | 65 | 57 |
| Binary | 10110111 | 111000 | 111000 | 0 | 1000101 | 1000101 | 11100 | 0 | 110101 | 101111 |
Color Harmonies of #B73838
Complementary color
Monochromatic Colors of #B73838
Black with #B73838
Text Example
Text Example
White with #B73838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73838; }
p { color: rgb(183,56,56); }
H1.HeaderClassName
{
color: #B73838;
}
.AnyTagClassName
{
color: #B73838;
}
</style>
background-color css
<style>
a { background-color: #B73838; }
a { background-color: rgb(183,56,56); }
div.DivClassName
{
background-color: #B73838;
}
.BgClassName
{
background-color: #B73838;
}
</style>
border-color css
<style>
span { border-color: #B73838; }
span { border-color: rgb(183,56,56); }
td.TdClassName
{
border-color: #B73838;
}
.TagClassName
{
border-color: #B73838;
}
</style>