Shades of Medium Carmine #B5462C
Tints of Medium Carmine #B5462C
RGB
CMYK
RGB Variations
Color information
#B5462C (or 0xB5462C) is known color: Medium Carmine. HEX triplet: B5, 46 and 2C. RGB value is (181,70,44). Sum of RGB (Red+Green+Blue) = 181+70+44=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5462C is #4AB9D3. Grayscale: #646464. Windows color (decimal): -4897236 or 2901685. OLE color: 2901685.
HSL color Cylindrical-coordinate representation of color #B5462C: hue angle of 11.39º 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 #B5462C is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 44 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.29 |
| HSL | 11.39º | 0.61% | 0.44% | - |
| HSV(B) | 11.39º | 0.76% | 0.71% | - |
| XYZ | 21.7 | 14.39 | 4.02 | - |
| YUV | 100.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 44 | 0 | 0.61 | 0.76 | 0.29 | 11.39 | 0.61 | 0.44 |
| Hex | B5 | 46 | 2C | 0 | 3D | 4C | 1D | B | 3D | 2C |
| Octal | 265 | 106 | 54 | 0 | 75 | 114 | 35 | 13 | 75 | 54 |
| Binary | 10110101 | 1000110 | 101100 | 0 | 111101 | 1001100 | 11101 | 1011 | 111101 | 101100 |
Color Harmonies of #B5462C
Complementary color
Monochromatic Colors of #B5462C
Black with #B5462C
Text Example
Text Example
White with #B5462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5462C; }
p { color: rgb(181,70,44); }
H1.HeaderClassName
{
color: #B5462C;
}
.AnyTagClassName
{
color: #B5462C;
}
</style>
background-color css
<style>
a { background-color: #B5462C; }
a { background-color: rgb(181,70,44); }
div.DivClassName
{
background-color: #B5462C;
}
.BgClassName
{
background-color: #B5462C;
}
</style>
border-color css
<style>
span { border-color: #B5462C; }
span { border-color: rgb(181,70,44); }
td.TdClassName
{
border-color: #B5462C;
}
.TagClassName
{
border-color: #B5462C;
}
</style>