Shades of Medium Carmine #B73F3A
Tints of Medium Carmine #B73F3A
RGB
CMYK
RGB Variations
Color information
#B73F3A (or 0xB73F3A) is known color: Medium Carmine. HEX triplet: B7, 3F and 3A. RGB value is (183,63,58). Sum of RGB (Red+Green+Blue) = 183+63+58=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F3A is #48C0C5. Grayscale: #626262. Windows color (decimal): -4767942 or 3817399. OLE color: 3817399.
HSL color Cylindrical-coordinate representation of color #B73F3A: hue angle of 2.4º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73F3A is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 58 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.28 |
| HSL | 2.4º | 0.52% | 0.47% | - |
| HSV(B) | 2.4º | 0.68% | 0.72% | - |
| XYZ | 22.07 | 13.93 | 5.53 | - |
| YUV | 98.31 | 105.26 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 58 | 0 | 0.66 | 0.68 | 0.28 | 2.4 | 0.52 | 0.47 |
| Hex | B7 | 3F | 3A | 0 | 42 | 44 | 1C | 2 | 34 | 2F |
| Octal | 267 | 77 | 72 | 0 | 102 | 104 | 34 | 2 | 64 | 57 |
| Binary | 10110111 | 111111 | 111010 | 0 | 1000010 | 1000100 | 11100 | 10 | 110100 | 101111 |
Color Harmonies of #B73F3A
Complementary color
Monochromatic Colors of #B73F3A
Black with #B73F3A
Text Example
Text Example
White with #B73F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F3A; }
p { color: rgb(183,63,58); }
H1.HeaderClassName
{
color: #B73F3A;
}
.AnyTagClassName
{
color: #B73F3A;
}
</style>
background-color css
<style>
a { background-color: #B73F3A; }
a { background-color: rgb(183,63,58); }
div.DivClassName
{
background-color: #B73F3A;
}
.BgClassName
{
background-color: #B73F3A;
}
</style>
border-color css
<style>
span { border-color: #B73F3A; }
span { border-color: rgb(183,63,58); }
td.TdClassName
{
border-color: #B73F3A;
}
.TagClassName
{
border-color: #B73F3A;
}
</style>