Shades of Medium Carmine #B4413C
Tints of Medium Carmine #B4413C
RGB
CMYK
RGB Variations
Color information
#B4413C (or 0xB4413C) is known color: Medium Carmine. HEX triplet: B4, 41 and 3C. RGB value is (180,65,60). Sum of RGB (Red+Green+Blue) = 180+65+60=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4413C is #4BBEC3. Grayscale: #626262. Windows color (decimal): -4964036 or 3948980. OLE color: 3948980.
HSL color Cylindrical-coordinate representation of color #B4413C: hue angle of 2.5º 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 #B4413C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 60 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.29 |
| HSL | 2.5º | 0.5% | 0.47% | - |
| HSV(B) | 2.5º | 0.67% | 0.71% | - |
| XYZ | 21.53 | 13.81 | 5.81 | - |
| YUV | 98.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 60 | 0 | 0.64 | 0.67 | 0.29 | 2.5 | 0.5 | 0.47 |
| Hex | B4 | 41 | 3C | 0 | 40 | 43 | 1D | 2 | 32 | 2F |
| Octal | 264 | 101 | 74 | 0 | 100 | 103 | 35 | 2 | 62 | 57 |
| Binary | 10110100 | 1000001 | 111100 | 0 | 1000000 | 1000011 | 11101 | 10 | 110010 | 101111 |
Color Harmonies of #B4413C
Complementary color
Monochromatic Colors of #B4413C
Black with #B4413C
Text Example
Text Example
White with #B4413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4413C; }
p { color: rgb(180,65,60); }
H1.HeaderClassName
{
color: #B4413C;
}
.AnyTagClassName
{
color: #B4413C;
}
</style>
background-color css
<style>
a { background-color: #B4413C; }
a { background-color: rgb(180,65,60); }
div.DivClassName
{
background-color: #B4413C;
}
.BgClassName
{
background-color: #B4413C;
}
</style>
border-color css
<style>
span { border-color: #B4413C; }
span { border-color: rgb(180,65,60); }
td.TdClassName
{
border-color: #B4413C;
}
.TagClassName
{
border-color: #B4413C;
}
</style>