Shades of Medium Carmine #B4473C
Tints of Medium Carmine #B4473C
RGB
CMYK
RGB Variations
Color information
#B4473C (or 0xB4473C) is known color: Medium Carmine. HEX triplet: B4, 47 and 3C. RGB value is (180,71,60). Sum of RGB (Red+Green+Blue) = 180+71+60=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B4473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4473C is #4BB8C3. Grayscale: #666666. Windows color (decimal): -4962500 or 3950516. OLE color: 3950516.
HSL color Cylindrical-coordinate representation of color #B4473C: hue angle of 5.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4473C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 60 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.29 |
| HSL | 5.5º | 0.5% | 0.47% | - |
| HSV(B) | 5.5º | 0.67% | 0.71% | - |
| XYZ | 21.89 | 14.54 | 5.93 | - |
| YUV | 102.34 | 104.11 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 60 | 0 | 0.61 | 0.67 | 0.29 | 5.5 | 0.5 | 0.47 |
| Hex | B4 | 47 | 3C | 0 | 3D | 43 | 1D | 6 | 32 | 2F |
| Octal | 264 | 107 | 74 | 0 | 75 | 103 | 35 | 6 | 62 | 57 |
| Binary | 10110100 | 1000111 | 111100 | 0 | 111101 | 1000011 | 11101 | 110 | 110010 | 101111 |
Color Harmonies of #B4473C
Complementary color
Monochromatic Colors of #B4473C
Black with #B4473C
Text Example
Text Example
White with #B4473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4473C; }
p { color: rgb(180,71,60); }
H1.HeaderClassName
{
color: #B4473C;
}
.AnyTagClassName
{
color: #B4473C;
}
</style>
background-color css
<style>
a { background-color: #B4473C; }
a { background-color: rgb(180,71,60); }
div.DivClassName
{
background-color: #B4473C;
}
.BgClassName
{
background-color: #B4473C;
}
</style>
border-color css
<style>
span { border-color: #B4473C; }
span { border-color: rgb(180,71,60); }
td.TdClassName
{
border-color: #B4473C;
}
.TagClassName
{
border-color: #B4473C;
}
</style>