Shades of Medium Carmine #B43E2A
Tints of Medium Carmine #B43E2A
RGB
CMYK
RGB Variations
Color information
#B43E2A (or 0xB43E2A) is known color: Medium Carmine. HEX triplet: B4, 3E and 2A. RGB value is (180,62,42). Sum of RGB (Red+Green+Blue) = 180+62+42=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E2A is #4BC1D5. Grayscale: #5F5F5F. Windows color (decimal): -4964822 or 2768564. OLE color: 2768564.
HSL color Cylindrical-coordinate representation of color #B43E2A: hue angle of 8.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B43E2A is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 62 | 42 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.29 |
| HSL | 8.7º | 0.62% | 0.44% | - |
| HSV(B) | 8.7º | 0.77% | 0.71% | - |
| XYZ | 20.96 | 13.32 | 3.66 | - |
| YUV | 95 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 42 | 0 | 0.66 | 0.77 | 0.29 | 8.7 | 0.62 | 0.44 |
| Hex | B4 | 3E | 2A | 0 | 42 | 4D | 1D | 9 | 3E | 2C |
| Octal | 264 | 76 | 52 | 0 | 102 | 115 | 35 | 11 | 76 | 54 |
| Binary | 10110100 | 111110 | 101010 | 0 | 1000010 | 1001101 | 11101 | 1001 | 111110 | 101100 |
Color Harmonies of #B43E2A
Complementary color
Monochromatic Colors of #B43E2A
Black with #B43E2A
Text Example
Text Example
White with #B43E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43E2A; }
p { color: rgb(180,62,42); }
H1.HeaderClassName
{
color: #B43E2A;
}
.AnyTagClassName
{
color: #B43E2A;
}
</style>
background-color css
<style>
a { background-color: #B43E2A; }
a { background-color: rgb(180,62,42); }
div.DivClassName
{
background-color: #B43E2A;
}
.BgClassName
{
background-color: #B43E2A;
}
</style>
border-color css
<style>
span { border-color: #B43E2A; }
span { border-color: rgb(180,62,42); }
td.TdClassName
{
border-color: #B43E2A;
}
.TagClassName
{
border-color: #B43E2A;
}
</style>