Shades of Medium Carmine #B73631
Tints of Medium Carmine #B73631
RGB
CMYK
RGB Variations
Color information
#B73631 (or 0xB73631) is known color: Medium Carmine. HEX triplet: B7, 36 and 31. RGB value is (183,54,49). Sum of RGB (Red+Green+Blue) = 183+54+49=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B73631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73631 is #48C9CE. Grayscale: #5C5C5C. Windows color (decimal): -4770255 or 3225271. OLE color: 3225271.
HSL color Cylindrical-coordinate representation of color #B73631: hue angle of 2.24º 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 #B73631 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 49 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.28 |
| HSL | 2.24º | 0.58% | 0.45% | - |
| HSV(B) | 2.24º | 0.73% | 0.72% | - |
| XYZ | 21.4 | 12.93 | 4.27 | - |
| YUV | 92 | 103.74 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 49 | 0 | 0.70 | 0.73 | 0.28 | 2.24 | 0.58 | 0.45 |
| Hex | B7 | 36 | 31 | 0 | 46 | 49 | 1C | 2 | 3A | 2D |
| Octal | 267 | 66 | 61 | 0 | 106 | 111 | 34 | 2 | 72 | 55 |
| Binary | 10110111 | 110110 | 110001 | 0 | 1000110 | 1001001 | 11100 | 10 | 111010 | 101101 |
Color Harmonies of #B73631
Complementary color
Monochromatic Colors of #B73631
Black with #B73631
Text Example
Text Example
White with #B73631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73631; }
p { color: rgb(183,54,49); }
H1.HeaderClassName
{
color: #B73631;
}
.AnyTagClassName
{
color: #B73631;
}
</style>
background-color css
<style>
a { background-color: #B73631; }
a { background-color: rgb(183,54,49); }
div.DivClassName
{
background-color: #B73631;
}
.BgClassName
{
background-color: #B73631;
}
</style>
border-color css
<style>
span { border-color: #B73631; }
span { border-color: rgb(183,54,49); }
td.TdClassName
{
border-color: #B73631;
}
.TagClassName
{
border-color: #B73631;
}
</style>