Shades of Medium Carmine #B73A2D
Tints of Medium Carmine #B73A2D
RGB
CMYK
RGB Variations
Color information
#B73A2D (or 0xB73A2D) is known color: Medium Carmine. HEX triplet: B7, 3A and 2D. RGB value is (183,58,45). Sum of RGB (Red+Green+Blue) = 183+58+45=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A2D is #48C5D2. Grayscale: #5E5E5E. Windows color (decimal): -4769235 or 2964151. OLE color: 2964151.
HSL color Cylindrical-coordinate representation of color #B73A2D: hue angle of 5.65º degrees, saturation: 0.61, 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 #B73A2D is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 45 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.28 |
| HSL | 5.65º | 0.61% | 0.45% | - |
| HSV(B) | 5.65º | 0.75% | 0.72% | - |
| XYZ | 21.52 | 13.28 | 3.91 | - |
| YUV | 93.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 45 | 0 | 0.68 | 0.75 | 0.28 | 5.65 | 0.61 | 0.45 |
| Hex | B7 | 3A | 2D | 0 | 44 | 4B | 1C | 6 | 3D | 2D |
| Octal | 267 | 72 | 55 | 0 | 104 | 113 | 34 | 6 | 75 | 55 |
| Binary | 10110111 | 111010 | 101101 | 0 | 1000100 | 1001011 | 11100 | 110 | 111101 | 101101 |
Color Harmonies of #B73A2D
Complementary color
Monochromatic Colors of #B73A2D
Black with #B73A2D
Text Example
Text Example
White with #B73A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A2D; }
p { color: rgb(183,58,45); }
H1.HeaderClassName
{
color: #B73A2D;
}
.AnyTagClassName
{
color: #B73A2D;
}
</style>
background-color css
<style>
a { background-color: #B73A2D; }
a { background-color: rgb(183,58,45); }
div.DivClassName
{
background-color: #B73A2D;
}
.BgClassName
{
background-color: #B73A2D;
}
</style>
border-color css
<style>
span { border-color: #B73A2D; }
span { border-color: rgb(183,58,45); }
td.TdClassName
{
border-color: #B73A2D;
}
.TagClassName
{
border-color: #B73A2D;
}
</style>