Shades of Medium Carmine #B73924
Tints of Medium Carmine #B73924
RGB
CMYK
RGB Variations
Color information
#B73924 (or 0xB73924) is known color: Medium Carmine. HEX triplet: B7, 39 and 24. RGB value is (183,57,36). Sum of RGB (Red+Green+Blue) = 183+57+36=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B73924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73924 is #48C6DB. Grayscale: #5C5C5C. Windows color (decimal): -4769500 or 2374071. OLE color: 2374071.
HSL color Cylindrical-coordinate representation of color #B73924: hue angle of 8.57º 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 #B73924 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 36 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.28 |
| HSL | 8.57º | 0.67% | 0.43% | - |
| HSV(B) | 8.57º | 0.8% | 0.72% | - |
| XYZ | 21.31 | 13.12 | 3.08 | - |
| YUV | 92.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 36 | 0 | 0.69 | 0.80 | 0.28 | 8.57 | 0.67 | 0.43 |
| Hex | B7 | 39 | 24 | 0 | 45 | 50 | 1C | 9 | 43 | 2B |
| Octal | 267 | 71 | 44 | 0 | 105 | 120 | 34 | 11 | 103 | 53 |
| Binary | 10110111 | 111001 | 100100 | 0 | 1000101 | 1010000 | 11100 | 1001 | 1000011 | 101011 |
Color Harmonies of #B73924
Complementary color
Monochromatic Colors of #B73924
Black with #B73924
Text Example
Text Example
White with #B73924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73924; }
p { color: rgb(183,57,36); }
H1.HeaderClassName
{
color: #B73924;
}
.AnyTagClassName
{
color: #B73924;
}
</style>
background-color css
<style>
a { background-color: #B73924; }
a { background-color: rgb(183,57,36); }
div.DivClassName
{
background-color: #B73924;
}
.BgClassName
{
background-color: #B73924;
}
</style>
border-color css
<style>
span { border-color: #B73924; }
span { border-color: rgb(183,57,36); }
td.TdClassName
{
border-color: #B73924;
}
.TagClassName
{
border-color: #B73924;
}
</style>