Shades of Medium Carmine #B73B23
Tints of Medium Carmine #B73B23
RGB
CMYK
RGB Variations
Color information
#B73B23 (or 0xB73B23) is known color: Medium Carmine. HEX triplet: B7, 3B and 23. RGB value is (183,59,35). Sum of RGB (Red+Green+Blue) = 183+59+35=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B23 is #48C4DC. Grayscale: #5D5D5D. Windows color (decimal): -4768989 or 2309047. OLE color: 2309047.
HSL color Cylindrical-coordinate representation of color #B73B23: hue angle of 9.73º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B73B23 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 35 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.28 |
| HSL | 9.73º | 0.68% | 0.43% | - |
| HSV(B) | 9.73º | 0.81% | 0.72% | - |
| XYZ | 21.4 | 13.32 | 3.03 | - |
| YUV | 93.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 35 | 0 | 0.68 | 0.81 | 0.28 | 9.73 | 0.68 | 0.43 |
| Hex | B7 | 3B | 23 | 0 | 44 | 51 | 1C | A | 44 | 2B |
| Octal | 267 | 73 | 43 | 0 | 104 | 121 | 34 | 12 | 104 | 53 |
| Binary | 10110111 | 111011 | 100011 | 0 | 1000100 | 1010001 | 11100 | 1010 | 1000100 | 101011 |
Color Harmonies of #B73B23
Complementary color
Monochromatic Colors of #B73B23
Black with #B73B23
Text Example
Text Example
White with #B73B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B23; }
p { color: rgb(183,59,35); }
H1.HeaderClassName
{
color: #B73B23;
}
.AnyTagClassName
{
color: #B73B23;
}
</style>
background-color css
<style>
a { background-color: #B73B23; }
a { background-color: rgb(183,59,35); }
div.DivClassName
{
background-color: #B73B23;
}
.BgClassName
{
background-color: #B73B23;
}
</style>
border-color css
<style>
span { border-color: #B73B23; }
span { border-color: rgb(183,59,35); }
td.TdClassName
{
border-color: #B73B23;
}
.TagClassName
{
border-color: #B73B23;
}
</style>