Shades of Medium Carmine #B73926
Tints of Medium Carmine #B73926
RGB
CMYK
RGB Variations
Color information
#B73926 (or 0xB73926) is known color: Medium Carmine. HEX triplet: B7, 39 and 26. RGB value is (183,57,38). Sum of RGB (Red+Green+Blue) = 183+57+38=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B73926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73926 is #48C6D9. Grayscale: #5C5C5C. Windows color (decimal): -4769498 or 2505143. OLE color: 2505143.
HSL color Cylindrical-coordinate representation of color #B73926: hue angle of 7.86º 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 #B73926 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 38 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.28 |
| HSL | 7.86º | 0.66% | 0.43% | - |
| HSV(B) | 7.86º | 0.79% | 0.72% | - |
| XYZ | 21.34 | 13.13 | 3.24 | - |
| YUV | 92.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 38 | 0 | 0.69 | 0.79 | 0.28 | 7.86 | 0.66 | 0.43 |
| Hex | B7 | 39 | 26 | 0 | 45 | 4F | 1C | 8 | 42 | 2B |
| Octal | 267 | 71 | 46 | 0 | 105 | 117 | 34 | 10 | 102 | 53 |
| Binary | 10110111 | 111001 | 100110 | 0 | 1000101 | 1001111 | 11100 | 1000 | 1000010 | 101011 |
Color Harmonies of #B73926
Complementary color
Monochromatic Colors of #B73926
Black with #B73926
Text Example
Text Example
White with #B73926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73926; }
p { color: rgb(183,57,38); }
H1.HeaderClassName
{
color: #B73926;
}
.AnyTagClassName
{
color: #B73926;
}
</style>
background-color css
<style>
a { background-color: #B73926; }
a { background-color: rgb(183,57,38); }
div.DivClassName
{
background-color: #B73926;
}
.BgClassName
{
background-color: #B73926;
}
</style>
border-color css
<style>
span { border-color: #B73926; }
span { border-color: rgb(183,57,38); }
td.TdClassName
{
border-color: #B73926;
}
.TagClassName
{
border-color: #B73926;
}
</style>