Shades of Medium Carmine #B73A2E
Tints of Medium Carmine #B73A2E
RGB
CMYK
RGB Variations
Color information
#B73A2E (or 0xB73A2E) is known color: Medium Carmine. HEX triplet: B7, 3A and 2E. RGB value is (183,58,46). Sum of RGB (Red+Green+Blue) = 183+58+46=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A2E is #48C5D1. Grayscale: #5E5E5E. Windows color (decimal): -4769234 or 3029687. OLE color: 3029687.
HSL color Cylindrical-coordinate representation of color #B73A2E: hue angle of 5.26º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B73A2E is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 46 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.28 |
| HSL | 5.26º | 0.6% | 0.45% | - |
| HSV(B) | 5.26º | 0.75% | 0.72% | - |
| XYZ | 21.53 | 13.29 | 4.02 | - |
| YUV | 94.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 46 | 0 | 0.68 | 0.75 | 0.28 | 5.26 | 0.6 | 0.45 |
| Hex | B7 | 3A | 2E | 0 | 44 | 4B | 1C | 5 | 3C | 2D |
| Octal | 267 | 72 | 56 | 0 | 104 | 113 | 34 | 5 | 74 | 55 |
| Binary | 10110111 | 111010 | 101110 | 0 | 1000100 | 1001011 | 11100 | 101 | 111100 | 101101 |
Color Harmonies of #B73A2E
Complementary color
Monochromatic Colors of #B73A2E
Black with #B73A2E
Text Example
Text Example
White with #B73A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A2E; }
p { color: rgb(183,58,46); }
H1.HeaderClassName
{
color: #B73A2E;
}
.AnyTagClassName
{
color: #B73A2E;
}
</style>
background-color css
<style>
a { background-color: #B73A2E; }
a { background-color: rgb(183,58,46); }
div.DivClassName
{
background-color: #B73A2E;
}
.BgClassName
{
background-color: #B73A2E;
}
</style>
border-color css
<style>
span { border-color: #B73A2E; }
span { border-color: rgb(183,58,46); }
td.TdClassName
{
border-color: #B73A2E;
}
.TagClassName
{
border-color: #B73A2E;
}
</style>