Shades of Medium Carmine #B73C26
Tints of Medium Carmine #B73C26
RGB
CMYK
RGB Variations
Color information
#B73C26 (or 0xB73C26) is known color: Medium Carmine. HEX triplet: B7, 3C and 26. RGB value is (183,60,38). Sum of RGB (Red+Green+Blue) = 183+60+38=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C26 is #48C3D9. Grayscale: #5E5E5E. Windows color (decimal): -4768730 or 2505911. OLE color: 2505911.
HSL color Cylindrical-coordinate representation of color #B73C26: hue angle of 9.1º 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 #B73C26 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 38 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.28 |
| HSL | 9.1º | 0.66% | 0.43% | - |
| HSV(B) | 9.1º | 0.79% | 0.72% | - |
| XYZ | 21.49 | 13.44 | 3.29 | - |
| YUV | 94.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 38 | 0 | 0.67 | 0.79 | 0.28 | 9.1 | 0.66 | 0.43 |
| Hex | B7 | 3C | 26 | 0 | 43 | 4F | 1C | 9 | 42 | 2B |
| Octal | 267 | 74 | 46 | 0 | 103 | 117 | 34 | 11 | 102 | 53 |
| Binary | 10110111 | 111100 | 100110 | 0 | 1000011 | 1001111 | 11100 | 1001 | 1000010 | 101011 |
Color Harmonies of #B73C26
Complementary color
Monochromatic Colors of #B73C26
Black with #B73C26
Text Example
Text Example
White with #B73C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C26; }
p { color: rgb(183,60,38); }
H1.HeaderClassName
{
color: #B73C26;
}
.AnyTagClassName
{
color: #B73C26;
}
</style>
background-color css
<style>
a { background-color: #B73C26; }
a { background-color: rgb(183,60,38); }
div.DivClassName
{
background-color: #B73C26;
}
.BgClassName
{
background-color: #B73C26;
}
</style>
border-color css
<style>
span { border-color: #B73C26; }
span { border-color: rgb(183,60,38); }
td.TdClassName
{
border-color: #B73C26;
}
.TagClassName
{
border-color: #B73C26;
}
</style>