Shades of Medium Carmine #B43B32
Tints of Medium Carmine #B43B32
RGB
CMYK
RGB Variations
Color information
#B43B32 (or 0xB43B32) is known color: Medium Carmine. HEX triplet: B4, 3B and 32. RGB value is (180,59,50). Sum of RGB (Red+Green+Blue) = 180+59+50=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B32 is #4BC4CD. Grayscale: #5E5E5E. Windows color (decimal): -4965582 or 3292084. OLE color: 3292084.
HSL color Cylindrical-coordinate representation of color #B43B32: hue angle of 4.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43B32 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 59 | 50 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.29 |
| HSL | 4.15º | 0.57% | 0.45% | - |
| HSV(B) | 4.15º | 0.72% | 0.71% | - |
| XYZ | 20.96 | 13.06 | 4.43 | - |
| YUV | 94.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 50 | 0 | 0.67 | 0.72 | 0.29 | 4.15 | 0.57 | 0.45 |
| Hex | B4 | 3B | 32 | 0 | 43 | 48 | 1D | 4 | 39 | 2D |
| Octal | 264 | 73 | 62 | 0 | 103 | 110 | 35 | 4 | 71 | 55 |
| Binary | 10110100 | 111011 | 110010 | 0 | 1000011 | 1001000 | 11101 | 100 | 111001 | 101101 |
Color Harmonies of #B43B32
Complementary color
Monochromatic Colors of #B43B32
Black with #B43B32
Text Example
Text Example
White with #B43B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43B32; }
p { color: rgb(180,59,50); }
H1.HeaderClassName
{
color: #B43B32;
}
.AnyTagClassName
{
color: #B43B32;
}
</style>
background-color css
<style>
a { background-color: #B43B32; }
a { background-color: rgb(180,59,50); }
div.DivClassName
{
background-color: #B43B32;
}
.BgClassName
{
background-color: #B43B32;
}
</style>
border-color css
<style>
span { border-color: #B43B32; }
span { border-color: rgb(180,59,50); }
td.TdClassName
{
border-color: #B43B32;
}
.TagClassName
{
border-color: #B43B32;
}
</style>