Shades of Medium Carmine #B4403F
Tints of Medium Carmine #B4403F
RGB
CMYK
RGB Variations
Color information
#B4403F (or 0xB4403F) is known color: Medium Carmine. HEX triplet: B4, 40 and 3F. RGB value is (180,64,63). Sum of RGB (Red+Green+Blue) = 180+64+63=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4403F is #4BBFC0. Grayscale: #626262. Windows color (decimal): -4964289 or 4145332. OLE color: 4145332.
HSL color Cylindrical-coordinate representation of color #B4403F: hue angle of 0.51º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4403F is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 63 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.29 |
| HSL | 0.51º | 0.48% | 0.48% | - |
| HSV(B) | 0.51º | 0.65% | 0.71% | - |
| XYZ | 21.55 | 13.73 | 6.22 | - |
| YUV | 98.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 63 | 0 | 0.64 | 0.65 | 0.29 | 0.51 | 0.48 | 0.48 |
| Hex | B4 | 40 | 3F | 0 | 40 | 41 | 1D | 1 | 30 | 30 |
| Octal | 264 | 100 | 77 | 0 | 100 | 101 | 35 | 1 | 60 | 60 |
| Binary | 10110100 | 1000000 | 111111 | 0 | 1000000 | 1000001 | 11101 | 1 | 110000 | 110000 |
Color Harmonies of #B4403F
Complementary color
Monochromatic Colors of #B4403F
Black with #B4403F
Text Example
Text Example
White with #B4403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4403F; }
p { color: rgb(180,64,63); }
H1.HeaderClassName
{
color: #B4403F;
}
.AnyTagClassName
{
color: #B4403F;
}
</style>
background-color css
<style>
a { background-color: #B4403F; }
a { background-color: rgb(180,64,63); }
div.DivClassName
{
background-color: #B4403F;
}
.BgClassName
{
background-color: #B4403F;
}
</style>
border-color css
<style>
span { border-color: #B4403F; }
span { border-color: rgb(180,64,63); }
td.TdClassName
{
border-color: #B4403F;
}
.TagClassName
{
border-color: #B4403F;
}
</style>