Shades of Medium Carmine #B5462F
Tints of Medium Carmine #B5462F
RGB
CMYK
RGB Variations
Color information
#B5462F (or 0xB5462F) is known color: Medium Carmine. HEX triplet: B5, 46 and 2F. RGB value is (181,70,47). Sum of RGB (Red+Green+Blue) = 181+70+47=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5462F is #4AB9D0. Grayscale: #646464. Windows color (decimal): -4897233 or 3098293. OLE color: 3098293.
HSL color Cylindrical-coordinate representation of color #B5462F: hue angle of 10.3º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5462F is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 47 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.29 |
| HSL | 10.3º | 0.59% | 0.45% | - |
| HSV(B) | 10.3º | 0.74% | 0.71% | - |
| XYZ | 21.76 | 14.41 | 4.32 | - |
| YUV | 100.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 47 | 0 | 0.61 | 0.74 | 0.29 | 10.3 | 0.59 | 0.45 |
| Hex | B5 | 46 | 2F | 0 | 3D | 4A | 1D | A | 3B | 2D |
| Octal | 265 | 106 | 57 | 0 | 75 | 112 | 35 | 12 | 73 | 55 |
| Binary | 10110101 | 1000110 | 101111 | 0 | 111101 | 1001010 | 11101 | 1010 | 111011 | 101101 |
Color Harmonies of #B5462F
Complementary color
Monochromatic Colors of #B5462F
Black with #B5462F
Text Example
Text Example
White with #B5462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5462F; }
p { color: rgb(181,70,47); }
H1.HeaderClassName
{
color: #B5462F;
}
.AnyTagClassName
{
color: #B5462F;
}
</style>
background-color css
<style>
a { background-color: #B5462F; }
a { background-color: rgb(181,70,47); }
div.DivClassName
{
background-color: #B5462F;
}
.BgClassName
{
background-color: #B5462F;
}
</style>
border-color css
<style>
span { border-color: #B5462F; }
span { border-color: rgb(181,70,47); }
td.TdClassName
{
border-color: #B5462F;
}
.TagClassName
{
border-color: #B5462F;
}
</style>