Shades of Medium Carmine #B73D24
Tints of Medium Carmine #B73D24
RGB
CMYK
RGB Variations
Color information
#B73D24 (or 0xB73D24) is known color: Medium Carmine. HEX triplet: B7, 3D and 24. RGB value is (183,61,36). Sum of RGB (Red+Green+Blue) = 183+61+36=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D24 is #48C2DB. Grayscale: #5E5E5E. Windows color (decimal): -4768476 or 2375095. OLE color: 2375095.
HSL color Cylindrical-coordinate representation of color #B73D24: hue angle of 10.2º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B73D24 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 36 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.28 |
| HSL | 10.2º | 0.67% | 0.43% | - |
| HSV(B) | 10.2º | 0.8% | 0.72% | - |
| XYZ | 21.52 | 13.53 | 3.15 | - |
| YUV | 94.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 36 | 0 | 0.67 | 0.80 | 0.28 | 10.2 | 0.67 | 0.43 |
| Hex | B7 | 3D | 24 | 0 | 43 | 50 | 1C | A | 43 | 2B |
| Octal | 267 | 75 | 44 | 0 | 103 | 120 | 34 | 12 | 103 | 53 |
| Binary | 10110111 | 111101 | 100100 | 0 | 1000011 | 1010000 | 11100 | 1010 | 1000011 | 101011 |
Color Harmonies of #B73D24
Complementary color
Monochromatic Colors of #B73D24
Black with #B73D24
Text Example
Text Example
White with #B73D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D24; }
p { color: rgb(183,61,36); }
H1.HeaderClassName
{
color: #B73D24;
}
.AnyTagClassName
{
color: #B73D24;
}
</style>
background-color css
<style>
a { background-color: #B73D24; }
a { background-color: rgb(183,61,36); }
div.DivClassName
{
background-color: #B73D24;
}
.BgClassName
{
background-color: #B73D24;
}
</style>
border-color css
<style>
span { border-color: #B73D24; }
span { border-color: rgb(183,61,36); }
td.TdClassName
{
border-color: #B73D24;
}
.TagClassName
{
border-color: #B73D24;
}
</style>