Shades of Medium Carmine #B73726
Tints of Medium Carmine #B73726
RGB
CMYK
RGB Variations
Color information
#B73726 (or 0xB73726) is known color: Medium Carmine. HEX triplet: B7, 37 and 26. RGB value is (183,55,38). Sum of RGB (Red+Green+Blue) = 183+55+38=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B73726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73726 is #48C8D9. Grayscale: #5B5B5B. Windows color (decimal): -4770010 or 2504631. OLE color: 2504631.
HSL color Cylindrical-coordinate representation of color #B73726: hue angle of 7.03º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B73726 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 38 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.28 |
| HSL | 7.03º | 0.66% | 0.43% | - |
| HSV(B) | 7.03º | 0.79% | 0.72% | - |
| XYZ | 21.24 | 12.94 | 3.21 | - |
| YUV | 91.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 38 | 0 | 0.70 | 0.79 | 0.28 | 7.03 | 0.66 | 0.43 |
| Hex | B7 | 37 | 26 | 0 | 46 | 4F | 1C | 7 | 42 | 2B |
| Octal | 267 | 67 | 46 | 0 | 106 | 117 | 34 | 7 | 102 | 53 |
| Binary | 10110111 | 110111 | 100110 | 0 | 1000110 | 1001111 | 11100 | 111 | 1000010 | 101011 |
Color Harmonies of #B73726
Complementary color
Monochromatic Colors of #B73726
Black with #B73726
Text Example
Text Example
White with #B73726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73726; }
p { color: rgb(183,55,38); }
H1.HeaderClassName
{
color: #B73726;
}
.AnyTagClassName
{
color: #B73726;
}
</style>
background-color css
<style>
a { background-color: #B73726; }
a { background-color: rgb(183,55,38); }
div.DivClassName
{
background-color: #B73726;
}
.BgClassName
{
background-color: #B73726;
}
</style>
border-color css
<style>
span { border-color: #B73726; }
span { border-color: rgb(183,55,38); }
td.TdClassName
{
border-color: #B73726;
}
.TagClassName
{
border-color: #B73726;
}
</style>