Shades of Medium Carmine #B5462D
Tints of Medium Carmine #B5462D
RGB
CMYK
RGB Variations
Color information
#B5462D (or 0xB5462D) is known color: Medium Carmine. HEX triplet: B5, 46 and 2D. RGB value is (181,70,45). Sum of RGB (Red+Green+Blue) = 181+70+45=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5462D is #4AB9D2. Grayscale: #646464. Windows color (decimal): -4897235 or 2967221. OLE color: 2967221.
HSL color Cylindrical-coordinate representation of color #B5462D: hue angle of 11.03º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5462D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 45 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.29 |
| HSL | 11.03º | 0.6% | 0.44% | - |
| HSV(B) | 11.03º | 0.75% | 0.71% | - |
| XYZ | 21.72 | 14.39 | 4.12 | - |
| YUV | 100.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 45 | 0 | 0.61 | 0.75 | 0.29 | 11.03 | 0.6 | 0.44 |
| Hex | B5 | 46 | 2D | 0 | 3D | 4B | 1D | B | 3C | 2C |
| Octal | 265 | 106 | 55 | 0 | 75 | 113 | 35 | 13 | 74 | 54 |
| Binary | 10110101 | 1000110 | 101101 | 0 | 111101 | 1001011 | 11101 | 1011 | 111100 | 101100 |
Color Harmonies of #B5462D
Complementary color
Monochromatic Colors of #B5462D
Black with #B5462D
Text Example
Text Example
White with #B5462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5462D; }
p { color: rgb(181,70,45); }
H1.HeaderClassName
{
color: #B5462D;
}
.AnyTagClassName
{
color: #B5462D;
}
</style>
background-color css
<style>
a { background-color: #B5462D; }
a { background-color: rgb(181,70,45); }
div.DivClassName
{
background-color: #B5462D;
}
.BgClassName
{
background-color: #B5462D;
}
</style>
border-color css
<style>
span { border-color: #B5462D; }
span { border-color: rgb(181,70,45); }
td.TdClassName
{
border-color: #B5462D;
}
.TagClassName
{
border-color: #B5462D;
}
</style>