Shades of Medium Carmine #B44124
Tints of Medium Carmine #B44124
RGB
CMYK
RGB Variations
Color information
#B44124 (or 0xB44124) is known color: Medium Carmine. HEX triplet: B4, 41 and 24. RGB value is (180,65,36). Sum of RGB (Red+Green+Blue) = 180+65+36=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B44124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44124 is #4BBEDB. Grayscale: #606060. Windows color (decimal): -4964060 or 2376116. OLE color: 2376116.
HSL color Cylindrical-coordinate representation of color #B44124: hue angle of 12.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B44124 is Cyan = 0, Magento = 0.64, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 36 | - |
| CMYK | 0 | 0.64 | 0.8 | 0.29 |
| HSL | 12.08º | 0.67% | 0.42% | - |
| HSV(B) | 12.08º | 0.8% | 0.71% | - |
| XYZ | 21.03 | 13.61 | 3.19 | - |
| YUV | 96.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 36 | 0 | 0.64 | 0.8 | 0.29 | 12.08 | 0.67 | 0.42 |
| Hex | B4 | 41 | 24 | 0 | 40 | 50 | 1D | C | 43 | 2A |
| Octal | 264 | 101 | 44 | 0 | 100 | 120 | 35 | 14 | 103 | 52 |
| Binary | 10110100 | 1000001 | 100100 | 0 | 1000000 | 1010000 | 11101 | 1100 | 1000011 | 101010 |
Color Harmonies of #B44124
Complementary color
Monochromatic Colors of #B44124
Black with #B44124
Text Example
Text Example
White with #B44124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44124; }
p { color: rgb(180,65,36); }
H1.HeaderClassName
{
color: #B44124;
}
.AnyTagClassName
{
color: #B44124;
}
</style>
background-color css
<style>
a { background-color: #B44124; }
a { background-color: rgb(180,65,36); }
div.DivClassName
{
background-color: #B44124;
}
.BgClassName
{
background-color: #B44124;
}
</style>
border-color css
<style>
span { border-color: #B44124; }
span { border-color: rgb(180,65,36); }
td.TdClassName
{
border-color: #B44124;
}
.TagClassName
{
border-color: #B44124;
}
</style>