Shades of Medium Carmine #B43E2D
Tints of Medium Carmine #B43E2D
RGB
CMYK
RGB Variations
Color information
#B43E2D (or 0xB43E2D) is known color: Medium Carmine. HEX triplet: B4, 3E and 2D. RGB value is (180,62,45). Sum of RGB (Red+Green+Blue) = 180+62+45=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E2D is #4BC1D2. Grayscale: #5F5F5F. Windows color (decimal): -4964819 or 2965172. OLE color: 2965172.
HSL color Cylindrical-coordinate representation of color #B43E2D: hue angle of 7.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B43E2D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 62 | 45 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.29 |
| HSL | 7.56º | 0.6% | 0.44% | - |
| HSV(B) | 7.56º | 0.75% | 0.71% | - |
| XYZ | 21.02 | 13.34 | 3.95 | - |
| YUV | 95.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 45 | 0 | 0.66 | 0.75 | 0.29 | 7.56 | 0.6 | 0.44 |
| Hex | B4 | 3E | 2D | 0 | 42 | 4B | 1D | 8 | 3C | 2C |
| Octal | 264 | 76 | 55 | 0 | 102 | 113 | 35 | 10 | 74 | 54 |
| Binary | 10110100 | 111110 | 101101 | 0 | 1000010 | 1001011 | 11101 | 1000 | 111100 | 101100 |
Color Harmonies of #B43E2D
Complementary color
Monochromatic Colors of #B43E2D
Black with #B43E2D
Text Example
Text Example
White with #B43E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43E2D; }
p { color: rgb(180,62,45); }
H1.HeaderClassName
{
color: #B43E2D;
}
.AnyTagClassName
{
color: #B43E2D;
}
</style>
background-color css
<style>
a { background-color: #B43E2D; }
a { background-color: rgb(180,62,45); }
div.DivClassName
{
background-color: #B43E2D;
}
.BgClassName
{
background-color: #B43E2D;
}
</style>
border-color css
<style>
span { border-color: #B43E2D; }
span { border-color: rgb(180,62,45); }
td.TdClassName
{
border-color: #B43E2D;
}
.TagClassName
{
border-color: #B43E2D;
}
</style>