Shades of Medium Carmine #B1413E
Tints of Medium Carmine #B1413E
RGB
CMYK
RGB Variations
Color information
#B1413E (or 0xB1413E) is known color: Medium Carmine. HEX triplet: B1, 41 and 3E. RGB value is (177,65,62). Sum of RGB (Red+Green+Blue) = 177+65+62=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1413E is #4EBEC1. Grayscale: #626262. Windows color (decimal): -5160642 or 4080049. OLE color: 4080049.
HSL color Cylindrical-coordinate representation of color #B1413E: hue angle of 1.57º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1413E is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 62 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.31 |
| HSL | 1.57º | 0.48% | 0.47% | - |
| HSV(B) | 1.57º | 0.65% | 0.69% | - |
| XYZ | 20.89 | 13.48 | 6.06 | - |
| YUV | 98.15 | 107.61 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 62 | 0 | 0.63 | 0.65 | 0.31 | 1.57 | 0.48 | 0.47 |
| Hex | B1 | 41 | 3E | 0 | 3F | 41 | 1F | 2 | 30 | 2F |
| Octal | 261 | 101 | 76 | 0 | 77 | 101 | 37 | 2 | 60 | 57 |
| Binary | 10110001 | 1000001 | 111110 | 0 | 111111 | 1000001 | 11111 | 10 | 110000 | 101111 |
Color Harmonies of #B1413E
Complementary color
Monochromatic Colors of #B1413E
Black with #B1413E
Text Example
Text Example
White with #B1413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1413E; }
p { color: rgb(177,65,62); }
H1.HeaderClassName
{
color: #B1413E;
}
.AnyTagClassName
{
color: #B1413E;
}
</style>
background-color css
<style>
a { background-color: #B1413E; }
a { background-color: rgb(177,65,62); }
div.DivClassName
{
background-color: #B1413E;
}
.BgClassName
{
background-color: #B1413E;
}
</style>
border-color css
<style>
span { border-color: #B1413E; }
span { border-color: rgb(177,65,62); }
td.TdClassName
{
border-color: #B1413E;
}
.TagClassName
{
border-color: #B1413E;
}
</style>