Shades of Medium Carmine #B03624
Tints of Medium Carmine #B03624
RGB
CMYK
RGB Variations
Color information
#B03624 (or 0xB03624) is known color: Medium Carmine. HEX triplet: B0, 36 and 24. RGB value is (176,54,36). Sum of RGB (Red+Green+Blue) = 176+54+36=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B03624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03624 is #4FC9DB. Grayscale: #585858. Windows color (decimal): -5229020 or 2373296. OLE color: 2373296.
HSL color Cylindrical-coordinate representation of color #B03624: hue angle of 7.71º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B03624 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 36 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.31 |
| HSL | 7.71º | 0.66% | 0.42% | - |
| HSV(B) | 7.71º | 0.8% | 0.69% | - |
| XYZ | 19.54 | 12 | 2.95 | - |
| YUV | 88.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 36 | 0 | 0.69 | 0.80 | 0.31 | 7.71 | 0.66 | 0.42 |
| Hex | B0 | 36 | 24 | 0 | 45 | 50 | 1F | 8 | 42 | 2A |
| Octal | 260 | 66 | 44 | 0 | 105 | 120 | 37 | 10 | 102 | 52 |
| Binary | 10110000 | 110110 | 100100 | 0 | 1000101 | 1010000 | 11111 | 1000 | 1000010 | 101010 |
Color Harmonies of #B03624
Complementary color
Monochromatic Colors of #B03624
Black with #B03624
Text Example
Text Example
White with #B03624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03624; }
p { color: rgb(176,54,36); }
H1.HeaderClassName
{
color: #B03624;
}
.AnyTagClassName
{
color: #B03624;
}
</style>
background-color css
<style>
a { background-color: #B03624; }
a { background-color: rgb(176,54,36); }
div.DivClassName
{
background-color: #B03624;
}
.BgClassName
{
background-color: #B03624;
}
</style>
border-color css
<style>
span { border-color: #B03624; }
span { border-color: rgb(176,54,36); }
td.TdClassName
{
border-color: #B03624;
}
.TagClassName
{
border-color: #B03624;
}
</style>