Shades of Medium Carmine #B73F37
Tints of Medium Carmine #B73F37
RGB
CMYK
RGB Variations
Color information
#B73F37 (or 0xB73F37) is known color: Medium Carmine. HEX triplet: B7, 3F and 37. RGB value is (183,63,55). Sum of RGB (Red+Green+Blue) = 183+63+55=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F37 is #48C0C8. Grayscale: #626262. Windows color (decimal): -4767945 or 3620791. OLE color: 3620791.
HSL color Cylindrical-coordinate representation of color #B73F37: hue angle of 3.75º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73F37 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 55 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.28 |
| HSL | 3.75º | 0.54% | 0.47% | - |
| HSV(B) | 3.75º | 0.7% | 0.72% | - |
| XYZ | 22 | 13.9 | 5.14 | - |
| YUV | 97.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 55 | 0 | 0.66 | 0.70 | 0.28 | 3.75 | 0.54 | 0.47 |
| Hex | B7 | 3F | 37 | 0 | 42 | 46 | 1C | 4 | 36 | 2F |
| Octal | 267 | 77 | 67 | 0 | 102 | 106 | 34 | 4 | 66 | 57 |
| Binary | 10110111 | 111111 | 110111 | 0 | 1000010 | 1000110 | 11100 | 100 | 110110 | 101111 |
Color Harmonies of #B73F37
Complementary color
Monochromatic Colors of #B73F37
Black with #B73F37
Text Example
Text Example
White with #B73F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F37; }
p { color: rgb(183,63,55); }
H1.HeaderClassName
{
color: #B73F37;
}
.AnyTagClassName
{
color: #B73F37;
}
</style>
background-color css
<style>
a { background-color: #B73F37; }
a { background-color: rgb(183,63,55); }
div.DivClassName
{
background-color: #B73F37;
}
.BgClassName
{
background-color: #B73F37;
}
</style>
border-color css
<style>
span { border-color: #B73F37; }
span { border-color: rgb(183,63,55); }
td.TdClassName
{
border-color: #B73F37;
}
.TagClassName
{
border-color: #B73F37;
}
</style>