Shades of Medium Carmine #B1462F
Tints of Medium Carmine #B1462F
RGB
CMYK
RGB Variations
Color information
#B1462F (or 0xB1462F) is known color: Medium Carmine. HEX triplet: B1, 46 and 2F. RGB value is (177,70,47). Sum of RGB (Red+Green+Blue) = 177+70+47=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1462F is #4EB9D0. Grayscale: #636363. Windows color (decimal): -5159377 or 3098289. OLE color: 3098289.
HSL color Cylindrical-coordinate representation of color #B1462F: hue angle of 10.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1462F is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 47 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.31 |
| HSL | 10.62º | 0.58% | 0.44% | - |
| HSV(B) | 10.62º | 0.73% | 0.69% | - |
| XYZ | 20.83 | 13.93 | 4.28 | - |
| YUV | 99.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 47 | 0 | 0.60 | 0.73 | 0.31 | 10.62 | 0.58 | 0.44 |
| Hex | B1 | 46 | 2F | 0 | 3C | 49 | 1F | B | 3A | 2C |
| Octal | 261 | 106 | 57 | 0 | 74 | 111 | 37 | 13 | 72 | 54 |
| Binary | 10110001 | 1000110 | 101111 | 0 | 111100 | 1001001 | 11111 | 1011 | 111010 | 101100 |
Color Harmonies of #B1462F
Complementary color
Monochromatic Colors of #B1462F
Black with #B1462F
Text Example
Text Example
White with #B1462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1462F; }
p { color: rgb(177,70,47); }
H1.HeaderClassName
{
color: #B1462F;
}
.AnyTagClassName
{
color: #B1462F;
}
</style>
background-color css
<style>
a { background-color: #B1462F; }
a { background-color: rgb(177,70,47); }
div.DivClassName
{
background-color: #B1462F;
}
.BgClassName
{
background-color: #B1462F;
}
</style>
border-color css
<style>
span { border-color: #B1462F; }
span { border-color: rgb(177,70,47); }
td.TdClassName
{
border-color: #B1462F;
}
.TagClassName
{
border-color: #B1462F;
}
</style>