Shades of Medium Carmine #B43F2D
Tints of Medium Carmine #B43F2D
RGB
CMYK
RGB Variations
Color information
#B43F2D (or 0xB43F2D) is known color: Medium Carmine. HEX triplet: B4, 3F and 2D. RGB value is (180,63,45). Sum of RGB (Red+Green+Blue) = 180+63+45=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43F2D is #4BC0D2. Grayscale: #606060. Windows color (decimal): -4964563 or 2965428. OLE color: 2965428.
HSL color Cylindrical-coordinate representation of color #B43F2D: hue angle of 8º 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 #B43F2D is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 63 | 45 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.29 |
| HSL | 8º | 0.6% | 0.44% | - |
| HSV(B) | 8º | 0.75% | 0.71% | - |
| XYZ | 21.07 | 13.45 | 3.97 | - |
| YUV | 95.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 45 | 0 | 0.65 | 0.75 | 0.29 | 8 | 0.6 | 0.44 |
| Hex | B4 | 3F | 2D | 0 | 41 | 4B | 1D | 8 | 3C | 2C |
| Octal | 264 | 77 | 55 | 0 | 101 | 113 | 35 | 10 | 74 | 54 |
| Binary | 10110100 | 111111 | 101101 | 0 | 1000001 | 1001011 | 11101 | 1000 | 111100 | 101100 |
Color Harmonies of #B43F2D
Complementary color
Monochromatic Colors of #B43F2D
Black with #B43F2D
Text Example
Text Example
White with #B43F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43F2D; }
p { color: rgb(180,63,45); }
H1.HeaderClassName
{
color: #B43F2D;
}
.AnyTagClassName
{
color: #B43F2D;
}
</style>
background-color css
<style>
a { background-color: #B43F2D; }
a { background-color: rgb(180,63,45); }
div.DivClassName
{
background-color: #B43F2D;
}
.BgClassName
{
background-color: #B43F2D;
}
</style>
border-color css
<style>
span { border-color: #B43F2D; }
span { border-color: rgb(180,63,45); }
td.TdClassName
{
border-color: #B43F2D;
}
.TagClassName
{
border-color: #B43F2D;
}
</style>