Shades of Medium Carmine #B73E3C
Tints of Medium Carmine #B73E3C
RGB
CMYK
RGB Variations
Color information
#B73E3C (or 0xB73E3C) is known color: Medium Carmine. HEX triplet: B7, 3E and 3C. RGB value is (183,62,60). Sum of RGB (Red+Green+Blue) = 183+62+60=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E3C is #48C1C3. Grayscale: #626262. Windows color (decimal): -4768196 or 3948215. OLE color: 3948215.
HSL color Cylindrical-coordinate representation of color #B73E3C: hue angle of 0.98º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73E3C is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 60 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.28 |
| HSL | 0.98º | 0.51% | 0.48% | - |
| HSV(B) | 0.98º | 0.67% | 0.72% | - |
| XYZ | 22.07 | 13.84 | 5.78 | - |
| YUV | 97.95 | 106.59 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 60 | 0 | 0.66 | 0.67 | 0.28 | 0.98 | 0.51 | 0.48 |
| Hex | B7 | 3E | 3C | 0 | 42 | 43 | 1C | 1 | 33 | 30 |
| Octal | 267 | 76 | 74 | 0 | 102 | 103 | 34 | 1 | 63 | 60 |
| Binary | 10110111 | 111110 | 111100 | 0 | 1000010 | 1000011 | 11100 | 1 | 110011 | 110000 |
Color Harmonies of #B73E3C
Complementary color
Monochromatic Colors of #B73E3C
Black with #B73E3C
Text Example
Text Example
White with #B73E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E3C; }
p { color: rgb(183,62,60); }
H1.HeaderClassName
{
color: #B73E3C;
}
.AnyTagClassName
{
color: #B73E3C;
}
</style>
background-color css
<style>
a { background-color: #B73E3C; }
a { background-color: rgb(183,62,60); }
div.DivClassName
{
background-color: #B73E3C;
}
.BgClassName
{
background-color: #B73E3C;
}
</style>
border-color css
<style>
span { border-color: #B73E3C; }
span { border-color: rgb(183,62,60); }
td.TdClassName
{
border-color: #B73E3C;
}
.TagClassName
{
border-color: #B73E3C;
}
</style>