Shades of Medium Carmine #B5412C
Tints of Medium Carmine #B5412C
RGB
CMYK
RGB Variations
Color information
#B5412C (or 0xB5412C) is known color: Medium Carmine. HEX triplet: B5, 41 and 2C. RGB value is (181,65,44). Sum of RGB (Red+Green+Blue) = 181+65+44=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B5412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5412C is #4ABED3. Grayscale: #616161. Windows color (decimal): -4898516 or 2900405. OLE color: 2900405.
HSL color Cylindrical-coordinate representation of color #B5412C: hue angle of 9.2º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5412C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 44 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.29 |
| HSL | 9.2º | 0.61% | 0.44% | - |
| HSV(B) | 9.2º | 0.76% | 0.71% | - |
| XYZ | 21.4 | 13.79 | 3.92 | - |
| YUV | 97.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 44 | 0 | 0.64 | 0.76 | 0.29 | 9.2 | 0.61 | 0.44 |
| Hex | B5 | 41 | 2C | 0 | 40 | 4C | 1D | 9 | 3D | 2C |
| Octal | 265 | 101 | 54 | 0 | 100 | 114 | 35 | 11 | 75 | 54 |
| Binary | 10110101 | 1000001 | 101100 | 0 | 1000000 | 1001100 | 11101 | 1001 | 111101 | 101100 |
Color Harmonies of #B5412C
Complementary color
Monochromatic Colors of #B5412C
Black with #B5412C
Text Example
Text Example
White with #B5412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5412C; }
p { color: rgb(181,65,44); }
H1.HeaderClassName
{
color: #B5412C;
}
.AnyTagClassName
{
color: #B5412C;
}
</style>
background-color css
<style>
a { background-color: #B5412C; }
a { background-color: rgb(181,65,44); }
div.DivClassName
{
background-color: #B5412C;
}
.BgClassName
{
background-color: #B5412C;
}
</style>
border-color css
<style>
span { border-color: #B5412C; }
span { border-color: rgb(181,65,44); }
td.TdClassName
{
border-color: #B5412C;
}
.TagClassName
{
border-color: #B5412C;
}
</style>