Shades of Medium Carmine #B73A2F
Tints of Medium Carmine #B73A2F
RGB
CMYK
RGB Variations
Color information
#B73A2F (or 0xB73A2F) is known color: Medium Carmine. HEX triplet: B7, 3A and 2F. RGB value is (183,58,47). Sum of RGB (Red+Green+Blue) = 183+58+47=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A2F is #48C5D0. Grayscale: #5E5E5E. Windows color (decimal): -4769233 or 3095223. OLE color: 3095223.
HSL color Cylindrical-coordinate representation of color #B73A2F: hue angle of 4.85º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73A2F is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 47 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.28 |
| HSL | 4.85º | 0.59% | 0.45% | - |
| HSV(B) | 4.85º | 0.74% | 0.72% | - |
| XYZ | 21.55 | 13.3 | 4.12 | - |
| YUV | 94.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 47 | 0 | 0.68 | 0.74 | 0.28 | 4.85 | 0.59 | 0.45 |
| Hex | B7 | 3A | 2F | 0 | 44 | 4A | 1C | 5 | 3B | 2D |
| Octal | 267 | 72 | 57 | 0 | 104 | 112 | 34 | 5 | 73 | 55 |
| Binary | 10110111 | 111010 | 101111 | 0 | 1000100 | 1001010 | 11100 | 101 | 111011 | 101101 |
Color Harmonies of #B73A2F
Complementary color
Monochromatic Colors of #B73A2F
Black with #B73A2F
Text Example
Text Example
White with #B73A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A2F; }
p { color: rgb(183,58,47); }
H1.HeaderClassName
{
color: #B73A2F;
}
.AnyTagClassName
{
color: #B73A2F;
}
</style>
background-color css
<style>
a { background-color: #B73A2F; }
a { background-color: rgb(183,58,47); }
div.DivClassName
{
background-color: #B73A2F;
}
.BgClassName
{
background-color: #B73A2F;
}
</style>
border-color css
<style>
span { border-color: #B73A2F; }
span { border-color: rgb(183,58,47); }
td.TdClassName
{
border-color: #B73A2F;
}
.TagClassName
{
border-color: #B73A2F;
}
</style>