Shades of Medium Carmine #B73F3E
Tints of Medium Carmine #B73F3E
RGB
CMYK
RGB Variations
Color information
#B73F3E (or 0xB73F3E) is known color: Medium Carmine. HEX triplet: B7, 3F and 3E. RGB value is (183,63,62). Sum of RGB (Red+Green+Blue) = 183+63+62=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F3E is #48C0C1. Grayscale: #626262. Windows color (decimal): -4767938 or 4079543. OLE color: 4079543.
HSL color Cylindrical-coordinate representation of color #B73F3E: hue angle of 0.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73F3E is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 62 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.28 |
| HSL | 0.5º | 0.49% | 0.48% | - |
| HSV(B) | 0.5º | 0.66% | 0.72% | - |
| XYZ | 22.18 | 13.97 | 6.09 | - |
| YUV | 98.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 62 | 0 | 0.66 | 0.66 | 0.28 | 0.5 | 0.49 | 0.48 |
| Hex | B7 | 3F | 3E | 0 | 42 | 42 | 1C | 0 | 31 | 30 |
| Octal | 267 | 77 | 76 | 0 | 102 | 102 | 34 | 0 | 61 | 60 |
| Binary | 10110111 | 111111 | 111110 | 0 | 1000010 | 1000010 | 11100 | 0 | 110001 | 110000 |
Color Harmonies of #B73F3E
Complementary color
Monochromatic Colors of #B73F3E
Black with #B73F3E
Text Example
Text Example
White with #B73F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F3E; }
p { color: rgb(183,63,62); }
H1.HeaderClassName
{
color: #B73F3E;
}
.AnyTagClassName
{
color: #B73F3E;
}
</style>
background-color css
<style>
a { background-color: #B73F3E; }
a { background-color: rgb(183,63,62); }
div.DivClassName
{
background-color: #B73F3E;
}
.BgClassName
{
background-color: #B73F3E;
}
</style>
border-color css
<style>
span { border-color: #B73F3E; }
span { border-color: rgb(183,63,62); }
td.TdClassName
{
border-color: #B73F3E;
}
.TagClassName
{
border-color: #B73F3E;
}
</style>