Shades of Medium Carmine #B4403C
Tints of Medium Carmine #B4403C
RGB
CMYK
RGB Variations
Color information
#B4403C (or 0xB4403C) is known color: Medium Carmine. HEX triplet: B4, 40 and 3C. RGB value is (180,64,60). Sum of RGB (Red+Green+Blue) = 180+64+60=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B4403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4403C is #4BBFC3. Grayscale: #626262. Windows color (decimal): -4964292 or 3948724. OLE color: 3948724.
HSL color Cylindrical-coordinate representation of color #B4403C: hue angle of 2º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4403C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 60 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.29 |
| HSL | 2º | 0.5% | 0.47% | - |
| HSV(B) | 2º | 0.67% | 0.71% | - |
| XYZ | 21.47 | 13.7 | 5.79 | - |
| YUV | 98.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 60 | 0 | 0.64 | 0.67 | 0.29 | 2 | 0.5 | 0.47 |
| Hex | B4 | 40 | 3C | 0 | 40 | 43 | 1D | 2 | 32 | 2F |
| Octal | 264 | 100 | 74 | 0 | 100 | 103 | 35 | 2 | 62 | 57 |
| Binary | 10110100 | 1000000 | 111100 | 0 | 1000000 | 1000011 | 11101 | 10 | 110010 | 101111 |
Color Harmonies of #B4403C
Complementary color
Monochromatic Colors of #B4403C
Black with #B4403C
Text Example
Text Example
White with #B4403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4403C; }
p { color: rgb(180,64,60); }
H1.HeaderClassName
{
color: #B4403C;
}
.AnyTagClassName
{
color: #B4403C;
}
</style>
background-color css
<style>
a { background-color: #B4403C; }
a { background-color: rgb(180,64,60); }
div.DivClassName
{
background-color: #B4403C;
}
.BgClassName
{
background-color: #B4403C;
}
</style>
border-color css
<style>
span { border-color: #B4403C; }
span { border-color: rgb(180,64,60); }
td.TdClassName
{
border-color: #B4403C;
}
.TagClassName
{
border-color: #B4403C;
}
</style>