Shades of Medium Carmine #B44239
Tints of Medium Carmine #B44239
RGB
CMYK
RGB Variations
Color information
#B44239 (or 0xB44239) is known color: Medium Carmine. HEX triplet: B4, 42 and 39. RGB value is (180,66,57). Sum of RGB (Red+Green+Blue) = 180+66+57=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B44239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44239 is #4BBDC6. Grayscale: #636363. Windows color (decimal): -4963783 or 3752628. OLE color: 3752628.
HSL color Cylindrical-coordinate representation of color #B44239: hue angle of 4.39º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B44239 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 57 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.29 |
| HSL | 4.39º | 0.52% | 0.46% | - |
| HSV(B) | 4.39º | 0.68% | 0.71% | - |
| XYZ | 21.51 | 13.9 | 5.42 | - |
| YUV | 99.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 57 | 0 | 0.63 | 0.68 | 0.29 | 4.39 | 0.52 | 0.46 |
| Hex | B4 | 42 | 39 | 0 | 3F | 44 | 1D | 4 | 34 | 2E |
| Octal | 264 | 102 | 71 | 0 | 77 | 104 | 35 | 4 | 64 | 56 |
| Binary | 10110100 | 1000010 | 111001 | 0 | 111111 | 1000100 | 11101 | 100 | 110100 | 101110 |
Color Harmonies of #B44239
Complementary color
Monochromatic Colors of #B44239
Black with #B44239
Text Example
Text Example
White with #B44239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44239; }
p { color: rgb(180,66,57); }
H1.HeaderClassName
{
color: #B44239;
}
.AnyTagClassName
{
color: #B44239;
}
</style>
background-color css
<style>
a { background-color: #B44239; }
a { background-color: rgb(180,66,57); }
div.DivClassName
{
background-color: #B44239;
}
.BgClassName
{
background-color: #B44239;
}
</style>
border-color css
<style>
span { border-color: #B44239; }
span { border-color: rgb(180,66,57); }
td.TdClassName
{
border-color: #B44239;
}
.TagClassName
{
border-color: #B44239;
}
</style>