Shades of Medium Carmine #B73C28
Tints of Medium Carmine #B73C28
RGB
CMYK
RGB Variations
Color information
#B73C28 (or 0xB73C28) is known color: Medium Carmine. HEX triplet: B7, 3C and 28. RGB value is (183,60,40). Sum of RGB (Red+Green+Blue) = 183+60+40=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C28 is #48C3D7. Grayscale: #5E5E5E. Windows color (decimal): -4768728 or 2636983. OLE color: 2636983.
HSL color Cylindrical-coordinate representation of color #B73C28: hue angle of 8.39º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B73C28 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 40 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.28 |
| HSL | 8.39º | 0.64% | 0.44% | - |
| HSV(B) | 8.39º | 0.78% | 0.72% | - |
| XYZ | 21.53 | 13.45 | 3.47 | - |
| YUV | 94.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 40 | 0 | 0.67 | 0.78 | 0.28 | 8.39 | 0.64 | 0.44 |
| Hex | B7 | 3C | 28 | 0 | 43 | 4E | 1C | 8 | 40 | 2C |
| Octal | 267 | 74 | 50 | 0 | 103 | 116 | 34 | 10 | 100 | 54 |
| Binary | 10110111 | 111100 | 101000 | 0 | 1000011 | 1001110 | 11100 | 1000 | 1000000 | 101100 |
Color Harmonies of #B73C28
Complementary color
Monochromatic Colors of #B73C28
Black with #B73C28
Text Example
Text Example
White with #B73C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C28; }
p { color: rgb(183,60,40); }
H1.HeaderClassName
{
color: #B73C28;
}
.AnyTagClassName
{
color: #B73C28;
}
</style>
background-color css
<style>
a { background-color: #B73C28; }
a { background-color: rgb(183,60,40); }
div.DivClassName
{
background-color: #B73C28;
}
.BgClassName
{
background-color: #B73C28;
}
</style>
border-color css
<style>
span { border-color: #B73C28; }
span { border-color: rgb(183,60,40); }
td.TdClassName
{
border-color: #B73C28;
}
.TagClassName
{
border-color: #B73C28;
}
</style>