Shades of Medium Carmine #B4413F
Tints of Medium Carmine #B4413F
RGB
CMYK
RGB Variations
Color information
#B4413F (or 0xB4413F) is known color: Medium Carmine. HEX triplet: B4, 41 and 3F. RGB value is (180,65,63). Sum of RGB (Red+Green+Blue) = 180+65+63=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4413F is #4BBEC0. Grayscale: #636363. Windows color (decimal): -4964033 or 4145588. OLE color: 4145588.
HSL color Cylindrical-coordinate representation of color #B4413F: hue angle of 1.03º 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 #B4413F is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 63 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.29 |
| HSL | 1.03º | 0.48% | 0.48% | - |
| HSV(B) | 1.03º | 0.65% | 0.71% | - |
| XYZ | 21.61 | 13.84 | 6.24 | - |
| YUV | 99.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 63 | 0 | 0.64 | 0.65 | 0.29 | 1.03 | 0.48 | 0.48 |
| Hex | B4 | 41 | 3F | 0 | 40 | 41 | 1D | 1 | 30 | 30 |
| Octal | 264 | 101 | 77 | 0 | 100 | 101 | 35 | 1 | 60 | 60 |
| Binary | 10110100 | 1000001 | 111111 | 0 | 1000000 | 1000001 | 11101 | 1 | 110000 | 110000 |
Color Harmonies of #B4413F
Complementary color
Monochromatic Colors of #B4413F
Black with #B4413F
Text Example
Text Example
White with #B4413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4413F; }
p { color: rgb(180,65,63); }
H1.HeaderClassName
{
color: #B4413F;
}
.AnyTagClassName
{
color: #B4413F;
}
</style>
background-color css
<style>
a { background-color: #B4413F; }
a { background-color: rgb(180,65,63); }
div.DivClassName
{
background-color: #B4413F;
}
.BgClassName
{
background-color: #B4413F;
}
</style>
border-color css
<style>
span { border-color: #B4413F; }
span { border-color: rgb(180,65,63); }
td.TdClassName
{
border-color: #B4413F;
}
.TagClassName
{
border-color: #B4413F;
}
</style>