Shades of Medium Carmine #B4472E
Tints of Medium Carmine #B4472E
RGB
CMYK
RGB Variations
Color information
#B4472E (or 0xB4472E) is known color: Medium Carmine. HEX triplet: B4, 47 and 2E. RGB value is (180,71,46). Sum of RGB (Red+Green+Blue) = 180+71+46=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B4472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4472E is #4BB8D1. Grayscale: #646464. Windows color (decimal): -4962514 or 3033012. OLE color: 3033012.
HSL color Cylindrical-coordinate representation of color #B4472E: hue angle of 11.19º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4472E is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 46 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.29 |
| HSL | 11.19º | 0.59% | 0.44% | - |
| HSV(B) | 11.19º | 0.74% | 0.71% | - |
| XYZ | 21.57 | 14.41 | 4.23 | - |
| YUV | 100.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 46 | 0 | 0.61 | 0.74 | 0.29 | 11.19 | 0.59 | 0.44 |
| Hex | B4 | 47 | 2E | 0 | 3D | 4A | 1D | B | 3B | 2C |
| Octal | 264 | 107 | 56 | 0 | 75 | 112 | 35 | 13 | 73 | 54 |
| Binary | 10110100 | 1000111 | 101110 | 0 | 111101 | 1001010 | 11101 | 1011 | 111011 | 101100 |
Color Harmonies of #B4472E
Complementary color
Monochromatic Colors of #B4472E
Black with #B4472E
Text Example
Text Example
White with #B4472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4472E; }
p { color: rgb(180,71,46); }
H1.HeaderClassName
{
color: #B4472E;
}
.AnyTagClassName
{
color: #B4472E;
}
</style>
background-color css
<style>
a { background-color: #B4472E; }
a { background-color: rgb(180,71,46); }
div.DivClassName
{
background-color: #B4472E;
}
.BgClassName
{
background-color: #B4472E;
}
</style>
border-color css
<style>
span { border-color: #B4472E; }
span { border-color: rgb(180,71,46); }
td.TdClassName
{
border-color: #B4472E;
}
.TagClassName
{
border-color: #B4472E;
}
</style>