Shades of Medium Carmine #B73824
Tints of Medium Carmine #B73824
RGB
CMYK
RGB Variations
Color information
#B73824 (or 0xB73824) is known color: Medium Carmine. HEX triplet: B7, 38 and 24. RGB value is (183,56,36). Sum of RGB (Red+Green+Blue) = 183+56+36=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B73824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73824 is #48C7DB. Grayscale: #5B5B5B. Windows color (decimal): -4769756 or 2373815. OLE color: 2373815.
HSL color Cylindrical-coordinate representation of color #B73824: hue angle of 8.16º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B73824 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 36 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.28 |
| HSL | 8.16º | 0.67% | 0.43% | - |
| HSV(B) | 8.16º | 0.8% | 0.72% | - |
| XYZ | 21.26 | 13.02 | 3.06 | - |
| YUV | 91.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 36 | 0 | 0.69 | 0.80 | 0.28 | 8.16 | 0.67 | 0.43 |
| Hex | B7 | 38 | 24 | 0 | 45 | 50 | 1C | 8 | 43 | 2B |
| Octal | 267 | 70 | 44 | 0 | 105 | 120 | 34 | 10 | 103 | 53 |
| Binary | 10110111 | 111000 | 100100 | 0 | 1000101 | 1010000 | 11100 | 1000 | 1000011 | 101011 |
Color Harmonies of #B73824
Complementary color
Monochromatic Colors of #B73824
Black with #B73824
Text Example
Text Example
White with #B73824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73824; }
p { color: rgb(183,56,36); }
H1.HeaderClassName
{
color: #B73824;
}
.AnyTagClassName
{
color: #B73824;
}
</style>
background-color css
<style>
a { background-color: #B73824; }
a { background-color: rgb(183,56,36); }
div.DivClassName
{
background-color: #B73824;
}
.BgClassName
{
background-color: #B73824;
}
</style>
border-color css
<style>
span { border-color: #B73824; }
span { border-color: rgb(183,56,36); }
td.TdClassName
{
border-color: #B73824;
}
.TagClassName
{
border-color: #B73824;
}
</style>