Shades of Medium Carmine #B73E26
Tints of Medium Carmine #B73E26
RGB
CMYK
RGB Variations
Color information
#B73E26 (or 0xB73E26) is known color: Medium Carmine. HEX triplet: B7, 3E and 26. RGB value is (183,62,38). Sum of RGB (Red+Green+Blue) = 183+62+38=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E26 is #48C1D9. Grayscale: #5F5F5F. Windows color (decimal): -4768218 or 2506423. OLE color: 2506423.
HSL color Cylindrical-coordinate representation of color #B73E26: hue angle of 9.93º 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 #B73E26 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 38 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.28 |
| HSL | 9.93º | 0.66% | 0.43% | - |
| HSV(B) | 9.93º | 0.79% | 0.72% | - |
| XYZ | 21.6 | 13.65 | 3.33 | - |
| YUV | 95.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 38 | 0 | 0.66 | 0.79 | 0.28 | 9.93 | 0.66 | 0.43 |
| Hex | B7 | 3E | 26 | 0 | 42 | 4F | 1C | A | 42 | 2B |
| Octal | 267 | 76 | 46 | 0 | 102 | 117 | 34 | 12 | 102 | 53 |
| Binary | 10110111 | 111110 | 100110 | 0 | 1000010 | 1001111 | 11100 | 1010 | 1000010 | 101011 |
Color Harmonies of #B73E26
Complementary color
Monochromatic Colors of #B73E26
Black with #B73E26
Text Example
Text Example
White with #B73E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E26; }
p { color: rgb(183,62,38); }
H1.HeaderClassName
{
color: #B73E26;
}
.AnyTagClassName
{
color: #B73E26;
}
</style>
background-color css
<style>
a { background-color: #B73E26; }
a { background-color: rgb(183,62,38); }
div.DivClassName
{
background-color: #B73E26;
}
.BgClassName
{
background-color: #B73E26;
}
</style>
border-color css
<style>
span { border-color: #B73E26; }
span { border-color: rgb(183,62,38); }
td.TdClassName
{
border-color: #B73E26;
}
.TagClassName
{
border-color: #B73E26;
}
</style>