Shades of Medium Carmine #B43528
Tints of Medium Carmine #B43528
RGB
CMYK
RGB Variations
Color information
#B43528 (or 0xB43528) is known color: Medium Carmine. HEX triplet: B4, 35 and 28. RGB value is (180,53,40). Sum of RGB (Red+Green+Blue) = 180+53+40=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B43528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43528 is #4BCAD7. Grayscale: #595959. Windows color (decimal): -4967128 or 2635188. OLE color: 2635188.
HSL color Cylindrical-coordinate representation of color #B43528: hue angle of 5.57º 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 #B43528 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 40 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.29 |
| HSL | 5.57º | 0.64% | 0.43% | - |
| HSV(B) | 5.57º | 0.78% | 0.71% | - |
| XYZ | 20.48 | 12.4 | 3.32 | - |
| YUV | 89.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 40 | 0 | 0.71 | 0.78 | 0.29 | 5.57 | 0.64 | 0.43 |
| Hex | B4 | 35 | 28 | 0 | 47 | 4E | 1D | 6 | 40 | 2B |
| Octal | 264 | 65 | 50 | 0 | 107 | 116 | 35 | 6 | 100 | 53 |
| Binary | 10110100 | 110101 | 101000 | 0 | 1000111 | 1001110 | 11101 | 110 | 1000000 | 101011 |
Color Harmonies of #B43528
Complementary color
Monochromatic Colors of #B43528
Black with #B43528
Text Example
Text Example
White with #B43528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43528; }
p { color: rgb(180,53,40); }
H1.HeaderClassName
{
color: #B43528;
}
.AnyTagClassName
{
color: #B43528;
}
</style>
background-color css
<style>
a { background-color: #B43528; }
a { background-color: rgb(180,53,40); }
div.DivClassName
{
background-color: #B43528;
}
.BgClassName
{
background-color: #B43528;
}
</style>
border-color css
<style>
span { border-color: #B43528; }
span { border-color: rgb(180,53,40); }
td.TdClassName
{
border-color: #B43528;
}
.TagClassName
{
border-color: #B43528;
}
</style>