Shades of Medium Carmine #B73826
Tints of Medium Carmine #B73826
RGB
CMYK
RGB Variations
Color information
#B73826 (or 0xB73826) is known color: Medium Carmine. HEX triplet: B7, 38 and 26. RGB value is (183,56,38). Sum of RGB (Red+Green+Blue) = 183+56+38=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B73826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73826 is #48C7D9. Grayscale: #5C5C5C. Windows color (decimal): -4769754 or 2504887. OLE color: 2504887.
HSL color Cylindrical-coordinate representation of color #B73826: hue angle of 7.45º 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 #B73826 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 38 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.28 |
| HSL | 7.45º | 0.66% | 0.43% | - |
| HSV(B) | 7.45º | 0.79% | 0.72% | - |
| XYZ | 21.29 | 13.04 | 3.23 | - |
| YUV | 91.92 | 97.58 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 38 | 0 | 0.69 | 0.79 | 0.28 | 7.45 | 0.66 | 0.43 |
| Hex | B7 | 38 | 26 | 0 | 45 | 4F | 1C | 7 | 42 | 2B |
| Octal | 267 | 70 | 46 | 0 | 105 | 117 | 34 | 7 | 102 | 53 |
| Binary | 10110111 | 111000 | 100110 | 0 | 1000101 | 1001111 | 11100 | 111 | 1000010 | 101011 |
Color Harmonies of #B73826
Complementary color
Monochromatic Colors of #B73826
Black with #B73826
Text Example
Text Example
White with #B73826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73826; }
p { color: rgb(183,56,38); }
H1.HeaderClassName
{
color: #B73826;
}
.AnyTagClassName
{
color: #B73826;
}
</style>
background-color css
<style>
a { background-color: #B73826; }
a { background-color: rgb(183,56,38); }
div.DivClassName
{
background-color: #B73826;
}
.BgClassName
{
background-color: #B73826;
}
</style>
border-color css
<style>
span { border-color: #B73826; }
span { border-color: rgb(183,56,38); }
td.TdClassName
{
border-color: #B73826;
}
.TagClassName
{
border-color: #B73826;
}
</style>