Shades of Medium Carmine #B44128
Tints of Medium Carmine #B44128
RGB
CMYK
RGB Variations
Color information
#B44128 (or 0xB44128) is known color: Medium Carmine. HEX triplet: B4, 41 and 28. RGB value is (180,65,40). Sum of RGB (Red+Green+Blue) = 180+65+40=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B44128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44128 is #4BBED7. Grayscale: #606060. Windows color (decimal): -4964056 or 2638260. OLE color: 2638260.
HSL color Cylindrical-coordinate representation of color #B44128: hue angle of 10.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B44128 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 40 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.29 |
| HSL | 10.71º | 0.64% | 0.43% | - |
| HSV(B) | 10.71º | 0.78% | 0.71% | - |
| XYZ | 21.1 | 13.64 | 3.53 | - |
| YUV | 96.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 40 | 0 | 0.64 | 0.78 | 0.29 | 10.71 | 0.64 | 0.43 |
| Hex | B4 | 41 | 28 | 0 | 40 | 4E | 1D | B | 40 | 2B |
| Octal | 264 | 101 | 50 | 0 | 100 | 116 | 35 | 13 | 100 | 53 |
| Binary | 10110100 | 1000001 | 101000 | 0 | 1000000 | 1001110 | 11101 | 1011 | 1000000 | 101011 |
Color Harmonies of #B44128
Complementary color
Monochromatic Colors of #B44128
Black with #B44128
Text Example
Text Example
White with #B44128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44128; }
p { color: rgb(180,65,40); }
H1.HeaderClassName
{
color: #B44128;
}
.AnyTagClassName
{
color: #B44128;
}
</style>
background-color css
<style>
a { background-color: #B44128; }
a { background-color: rgb(180,65,40); }
div.DivClassName
{
background-color: #B44128;
}
.BgClassName
{
background-color: #B44128;
}
</style>
border-color css
<style>
span { border-color: #B44128; }
span { border-color: rgb(180,65,40); }
td.TdClassName
{
border-color: #B44128;
}
.TagClassName
{
border-color: #B44128;
}
</style>