Shades of Medium Carmine #B73F2F
Tints of Medium Carmine #B73F2F
RGB
CMYK
RGB Variations
Color information
#B73F2F (or 0xB73F2F) is known color: Medium Carmine. HEX triplet: B7, 3F and 2F. RGB value is (183,63,47). Sum of RGB (Red+Green+Blue) = 183+63+47=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F2F is #48C0D0. Grayscale: #616161. Windows color (decimal): -4767953 or 3096503. OLE color: 3096503.
HSL color Cylindrical-coordinate representation of color #B73F2F: hue angle of 7.06º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73F2F is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 47 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.28 |
| HSL | 7.06º | 0.59% | 0.45% | - |
| HSV(B) | 7.06º | 0.74% | 0.72% | - |
| XYZ | 21.82 | 13.83 | 4.21 | - |
| YUV | 97.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 47 | 0 | 0.66 | 0.74 | 0.28 | 7.06 | 0.59 | 0.45 |
| Hex | B7 | 3F | 2F | 0 | 42 | 4A | 1C | 7 | 3B | 2D |
| Octal | 267 | 77 | 57 | 0 | 102 | 112 | 34 | 7 | 73 | 55 |
| Binary | 10110111 | 111111 | 101111 | 0 | 1000010 | 1001010 | 11100 | 111 | 111011 | 101101 |
Color Harmonies of #B73F2F
Complementary color
Monochromatic Colors of #B73F2F
Black with #B73F2F
Text Example
Text Example
White with #B73F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F2F; }
p { color: rgb(183,63,47); }
H1.HeaderClassName
{
color: #B73F2F;
}
.AnyTagClassName
{
color: #B73F2F;
}
</style>
background-color css
<style>
a { background-color: #B73F2F; }
a { background-color: rgb(183,63,47); }
div.DivClassName
{
background-color: #B73F2F;
}
.BgClassName
{
background-color: #B73F2F;
}
</style>
border-color css
<style>
span { border-color: #B73F2F; }
span { border-color: rgb(183,63,47); }
td.TdClassName
{
border-color: #B73F2F;
}
.TagClassName
{
border-color: #B73F2F;
}
</style>