Shades of Medium Carmine #B44833
Tints of Medium Carmine #B44833
RGB
CMYK
RGB Variations
Color information
#B44833 (or 0xB44833) is known color: Medium Carmine. HEX triplet: B4, 48 and 33. RGB value is (180,72,51). Sum of RGB (Red+Green+Blue) = 180+72+51=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B44833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44833 is #4BB7CC. Grayscale: #666666. Windows color (decimal): -4962253 or 3360948. OLE color: 3360948.
HSL color Cylindrical-coordinate representation of color #B44833: hue angle of 9.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B44833 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 51 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.29 |
| HSL | 9.77º | 0.56% | 0.45% | - |
| HSV(B) | 9.77º | 0.72% | 0.71% | - |
| XYZ | 21.74 | 14.58 | 4.8 | - |
| YUV | 101.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 51 | 0 | 0.60 | 0.72 | 0.29 | 9.77 | 0.56 | 0.45 |
| Hex | B4 | 48 | 33 | 0 | 3C | 48 | 1D | A | 38 | 2D |
| Octal | 264 | 110 | 63 | 0 | 74 | 110 | 35 | 12 | 70 | 55 |
| Binary | 10110100 | 1001000 | 110011 | 0 | 111100 | 1001000 | 11101 | 1010 | 111000 | 101101 |
Color Harmonies of #B44833
Complementary color
Monochromatic Colors of #B44833
Black with #B44833
Text Example
Text Example
White with #B44833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44833; }
p { color: rgb(180,72,51); }
H1.HeaderClassName
{
color: #B44833;
}
.AnyTagClassName
{
color: #B44833;
}
</style>
background-color css
<style>
a { background-color: #B44833; }
a { background-color: rgb(180,72,51); }
div.DivClassName
{
background-color: #B44833;
}
.BgClassName
{
background-color: #B44833;
}
</style>
border-color css
<style>
span { border-color: #B44833; }
span { border-color: rgb(180,72,51); }
td.TdClassName
{
border-color: #B44833;
}
.TagClassName
{
border-color: #B44833;
}
</style>