Shades of Medium Carmine #B43E3C
Tints of Medium Carmine #B43E3C
RGB
CMYK
RGB Variations
Color information
#B43E3C (or 0xB43E3C) is known color: Medium Carmine. HEX triplet: B4, 3E and 3C. RGB value is (180,62,60). Sum of RGB (Red+Green+Blue) = 180+62+60=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E3C is #4BC1C3. Grayscale: #616161. Windows color (decimal): -4964804 or 3948212. OLE color: 3948212.
HSL color Cylindrical-coordinate representation of color #B43E3C: hue angle of 1º 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 #B43E3C is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 62 | 60 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.29 |
| HSL | 1º | 0.5% | 0.47% | - |
| HSV(B) | 1º | 0.67% | 0.71% | - |
| XYZ | 21.36 | 13.47 | 5.75 | - |
| YUV | 97.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 60 | 0 | 0.66 | 0.67 | 0.29 | 1 | 0.5 | 0.47 |
| Hex | B4 | 3E | 3C | 0 | 42 | 43 | 1D | 1 | 32 | 2F |
| Octal | 264 | 76 | 74 | 0 | 102 | 103 | 35 | 1 | 62 | 57 |
| Binary | 10110100 | 111110 | 111100 | 0 | 1000010 | 1000011 | 11101 | 1 | 110010 | 101111 |
Color Harmonies of #B43E3C
Complementary color
Monochromatic Colors of #B43E3C
Black with #B43E3C
Text Example
Text Example
White with #B43E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43E3C; }
p { color: rgb(180,62,60); }
H1.HeaderClassName
{
color: #B43E3C;
}
.AnyTagClassName
{
color: #B43E3C;
}
</style>
background-color css
<style>
a { background-color: #B43E3C; }
a { background-color: rgb(180,62,60); }
div.DivClassName
{
background-color: #B43E3C;
}
.BgClassName
{
background-color: #B43E3C;
}
</style>
border-color css
<style>
span { border-color: #B43E3C; }
span { border-color: rgb(180,62,60); }
td.TdClassName
{
border-color: #B43E3C;
}
.TagClassName
{
border-color: #B43E3C;
}
</style>