Shades of Medium Carmine #B43A2D
Tints of Medium Carmine #B43A2D
RGB
CMYK
RGB Variations
Color information
#B43A2D (or 0xB43A2D) is known color: Medium Carmine. HEX triplet: B4, 3A and 2D. RGB value is (180,58,45). Sum of RGB (Red+Green+Blue) = 180+58+45=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A2D is #4BC5D2. Grayscale: #5D5D5D. Windows color (decimal): -4965843 or 2964148. OLE color: 2964148.
HSL color Cylindrical-coordinate representation of color #B43A2D: hue angle of 5.78º 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 #B43A2D is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 45 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.29 |
| HSL | 5.78º | 0.6% | 0.44% | - |
| HSV(B) | 5.78º | 0.75% | 0.71% | - |
| XYZ | 20.81 | 12.92 | 3.88 | - |
| YUV | 93 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 45 | 0 | 0.68 | 0.75 | 0.29 | 5.78 | 0.6 | 0.44 |
| Hex | B4 | 3A | 2D | 0 | 44 | 4B | 1D | 6 | 3C | 2C |
| Octal | 264 | 72 | 55 | 0 | 104 | 113 | 35 | 6 | 74 | 54 |
| Binary | 10110100 | 111010 | 101101 | 0 | 1000100 | 1001011 | 11101 | 110 | 111100 | 101100 |
Color Harmonies of #B43A2D
Complementary color
Monochromatic Colors of #B43A2D
Black with #B43A2D
Text Example
Text Example
White with #B43A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43A2D; }
p { color: rgb(180,58,45); }
H1.HeaderClassName
{
color: #B43A2D;
}
.AnyTagClassName
{
color: #B43A2D;
}
</style>
background-color css
<style>
a { background-color: #B43A2D; }
a { background-color: rgb(180,58,45); }
div.DivClassName
{
background-color: #B43A2D;
}
.BgClassName
{
background-color: #B43A2D;
}
</style>
border-color css
<style>
span { border-color: #B43A2D; }
span { border-color: rgb(180,58,45); }
td.TdClassName
{
border-color: #B43A2D;
}
.TagClassName
{
border-color: #B43A2D;
}
</style>