Shades of Medium Carmine #B43A2A
Tints of Medium Carmine #B43A2A
RGB
CMYK
RGB Variations
Color information
#B43A2A (or 0xB43A2A) is known color: Medium Carmine. HEX triplet: B4, 3A and 2A. RGB value is (180,58,42). Sum of RGB (Red+Green+Blue) = 180+58+42=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A2A is #4BC5D5. Grayscale: #5C5C5C. Windows color (decimal): -4965846 or 2767540. OLE color: 2767540.
HSL color Cylindrical-coordinate representation of color #B43A2A: hue angle of 6.96º 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 #B43A2A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 42 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.29 |
| HSL | 6.96º | 0.62% | 0.44% | - |
| HSV(B) | 6.96º | 0.77% | 0.71% | - |
| XYZ | 20.75 | 12.9 | 3.59 | - |
| YUV | 92.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 42 | 0 | 0.68 | 0.77 | 0.29 | 6.96 | 0.62 | 0.44 |
| Hex | B4 | 3A | 2A | 0 | 44 | 4D | 1D | 7 | 3E | 2C |
| Octal | 264 | 72 | 52 | 0 | 104 | 115 | 35 | 7 | 76 | 54 |
| Binary | 10110100 | 111010 | 101010 | 0 | 1000100 | 1001101 | 11101 | 111 | 111110 | 101100 |
Color Harmonies of #B43A2A
Complementary color
Monochromatic Colors of #B43A2A
Black with #B43A2A
Text Example
Text Example
White with #B43A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43A2A; }
p { color: rgb(180,58,42); }
H1.HeaderClassName
{
color: #B43A2A;
}
.AnyTagClassName
{
color: #B43A2A;
}
</style>
background-color css
<style>
a { background-color: #B43A2A; }
a { background-color: rgb(180,58,42); }
div.DivClassName
{
background-color: #B43A2A;
}
.BgClassName
{
background-color: #B43A2A;
}
</style>
border-color css
<style>
span { border-color: #B43A2A; }
span { border-color: rgb(180,58,42); }
td.TdClassName
{
border-color: #B43A2A;
}
.TagClassName
{
border-color: #B43A2A;
}
</style>