Shades of Medium Carmine #B73333
Tints of Medium Carmine #B73333
RGB
CMYK
RGB Variations
Color information
#B73333 (or 0xB73333) is known color: Medium Carmine. HEX triplet: B7, 33 and 33. RGB value is (183,51,51). Sum of RGB (Red+Green+Blue) = 183+51+51=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B73333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73333 is #48CCCC. Grayscale: #5A5A5A. Windows color (decimal): -4771021 or 3355575. OLE color: 3355575.
HSL color Cylindrical-coordinate representation of color #B73333: hue angle of 0º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73333 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 51 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.28 |
| HSL | 0º | 0.56% | 0.46% | - |
| HSV(B) | 0º | 0.72% | 0.72% | - |
| XYZ | 21.31 | 12.67 | 4.46 | - |
| YUV | 90.47 | 105.73 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 51 | 0 | 0.72 | 0.72 | 0.28 | 0 | 0.56 | 0.46 |
| Hex | B7 | 33 | 33 | 0 | 48 | 48 | 1C | 0 | 38 | 2E |
| Octal | 267 | 63 | 63 | 0 | 110 | 110 | 34 | 0 | 70 | 56 |
| Binary | 10110111 | 110011 | 110011 | 0 | 1001000 | 1001000 | 11100 | 0 | 111000 | 101110 |
Color Harmonies of #B73333
Complementary color
Monochromatic Colors of #B73333
Black with #B73333
Text Example
Text Example
White with #B73333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73333; }
p { color: rgb(183,51,51); }
H1.HeaderClassName
{
color: #B73333;
}
.AnyTagClassName
{
color: #B73333;
}
</style>
background-color css
<style>
a { background-color: #B73333; }
a { background-color: rgb(183,51,51); }
div.DivClassName
{
background-color: #B73333;
}
.BgClassName
{
background-color: #B73333;
}
</style>
border-color css
<style>
span { border-color: #B73333; }
span { border-color: rgb(183,51,51); }
td.TdClassName
{
border-color: #B73333;
}
.TagClassName
{
border-color: #B73333;
}
</style>