Shades of Medium Carmine #B73331
Tints of Medium Carmine #B73331
RGB
CMYK
RGB Variations
Color information
#B73331 (or 0xB73331) is known color: Medium Carmine. HEX triplet: B7, 33 and 31. RGB value is (183,51,49). Sum of RGB (Red+Green+Blue) = 183+51+49=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B73331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73331 is #48CCCE. Grayscale: #5A5A5A. Windows color (decimal): -4771023 or 3224503. OLE color: 3224503.
HSL color Cylindrical-coordinate representation of color #B73331: hue angle of 0.9º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73331 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 49 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.28 |
| HSL | 0.9º | 0.58% | 0.45% | - |
| HSV(B) | 0.9º | 0.73% | 0.72% | - |
| XYZ | 21.27 | 12.66 | 4.23 | - |
| YUV | 90.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 49 | 0 | 0.72 | 0.73 | 0.28 | 0.9 | 0.58 | 0.45 |
| Hex | B7 | 33 | 31 | 0 | 48 | 49 | 1C | 1 | 3A | 2D |
| Octal | 267 | 63 | 61 | 0 | 110 | 111 | 34 | 1 | 72 | 55 |
| Binary | 10110111 | 110011 | 110001 | 0 | 1001000 | 1001001 | 11100 | 1 | 111010 | 101101 |
Color Harmonies of #B73331
Complementary color
Monochromatic Colors of #B73331
Black with #B73331
Text Example
Text Example
White with #B73331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73331; }
p { color: rgb(183,51,49); }
H1.HeaderClassName
{
color: #B73331;
}
.AnyTagClassName
{
color: #B73331;
}
</style>
background-color css
<style>
a { background-color: #B73331; }
a { background-color: rgb(183,51,49); }
div.DivClassName
{
background-color: #B73331;
}
.BgClassName
{
background-color: #B73331;
}
</style>
border-color css
<style>
span { border-color: #B73331; }
span { border-color: rgb(183,51,49); }
td.TdClassName
{
border-color: #B73331;
}
.TagClassName
{
border-color: #B73331;
}
</style>