Shades of Medium Carmine #B43C29
Tints of Medium Carmine #B43C29
RGB
CMYK
RGB Variations
Color information
#B43C29 (or 0xB43C29) is known color: Medium Carmine. HEX triplet: B4, 3C and 29. RGB value is (180,60,41). Sum of RGB (Red+Green+Blue) = 180+60+41=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C29 is #4BC3D6. Grayscale: #5D5D5D. Windows color (decimal): -4965335 or 2702516. OLE color: 2702516.
HSL color Cylindrical-coordinate representation of color #B43C29: hue angle of 8.2º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B43C29 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 60 | 41 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.29 |
| HSL | 8.2º | 0.63% | 0.43% | - |
| HSV(B) | 8.2º | 0.77% | 0.71% | - |
| XYZ | 20.84 | 13.1 | 3.53 | - |
| YUV | 93.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 41 | 0 | 0.67 | 0.77 | 0.29 | 8.2 | 0.63 | 0.43 |
| Hex | B4 | 3C | 29 | 0 | 43 | 4D | 1D | 8 | 3F | 2B |
| Octal | 264 | 74 | 51 | 0 | 103 | 115 | 35 | 10 | 77 | 53 |
| Binary | 10110100 | 111100 | 101001 | 0 | 1000011 | 1001101 | 11101 | 1000 | 111111 | 101011 |
Color Harmonies of #B43C29
Complementary color
Monochromatic Colors of #B43C29
Black with #B43C29
Text Example
Text Example
White with #B43C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43C29; }
p { color: rgb(180,60,41); }
H1.HeaderClassName
{
color: #B43C29;
}
.AnyTagClassName
{
color: #B43C29;
}
</style>
background-color css
<style>
a { background-color: #B43C29; }
a { background-color: rgb(180,60,41); }
div.DivClassName
{
background-color: #B43C29;
}
.BgClassName
{
background-color: #B43C29;
}
</style>
border-color css
<style>
span { border-color: #B43C29; }
span { border-color: rgb(180,60,41); }
td.TdClassName
{
border-color: #B43C29;
}
.TagClassName
{
border-color: #B43C29;
}
</style>