Shades of Medium Carmine #B4403E
Tints of Medium Carmine #B4403E
RGB
CMYK
RGB Variations
Color information
#B4403E (or 0xB4403E) is known color: Medium Carmine. HEX triplet: B4, 40 and 3E. RGB value is (180,64,62). Sum of RGB (Red+Green+Blue) = 180+64+62=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B4403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4403E is #4BBFC1. Grayscale: #626262. Windows color (decimal): -4964290 or 4079796. OLE color: 4079796.
HSL color Cylindrical-coordinate representation of color #B4403E: hue angle of 1.02º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4403E is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 62 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.29 |
| HSL | 1.02º | 0.49% | 0.47% | - |
| HSV(B) | 1.02º | 0.66% | 0.71% | - |
| XYZ | 21.53 | 13.72 | 6.07 | - |
| YUV | 98.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 62 | 0 | 0.64 | 0.66 | 0.29 | 1.02 | 0.49 | 0.47 |
| Hex | B4 | 40 | 3E | 0 | 40 | 42 | 1D | 1 | 31 | 2F |
| Octal | 264 | 100 | 76 | 0 | 100 | 102 | 35 | 1 | 61 | 57 |
| Binary | 10110100 | 1000000 | 111110 | 0 | 1000000 | 1000010 | 11101 | 1 | 110001 | 101111 |
Color Harmonies of #B4403E
Complementary color
Monochromatic Colors of #B4403E
Black with #B4403E
Text Example
Text Example
White with #B4403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4403E; }
p { color: rgb(180,64,62); }
H1.HeaderClassName
{
color: #B4403E;
}
.AnyTagClassName
{
color: #B4403E;
}
</style>
background-color css
<style>
a { background-color: #B4403E; }
a { background-color: rgb(180,64,62); }
div.DivClassName
{
background-color: #B4403E;
}
.BgClassName
{
background-color: #B4403E;
}
</style>
border-color css
<style>
span { border-color: #B4403E; }
span { border-color: rgb(180,64,62); }
td.TdClassName
{
border-color: #B4403E;
}
.TagClassName
{
border-color: #B4403E;
}
</style>