Shades of Medium Carmine #B1453E
Tints of Medium Carmine #B1453E
RGB
CMYK
RGB Variations
Color information
#B1453E (or 0xB1453E) is known color: Medium Carmine. HEX triplet: B1, 45 and 3E. RGB value is (177,69,62). Sum of RGB (Red+Green+Blue) = 177+69+62=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1453E is #4EBAC1. Grayscale: #646464. Windows color (decimal): -5159618 or 4081073. OLE color: 4081073.
HSL color Cylindrical-coordinate representation of color #B1453E: hue angle of 3.65º 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 #B1453E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 62 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.31 |
| HSL | 3.65º | 0.48% | 0.47% | - |
| HSV(B) | 3.65º | 0.65% | 0.69% | - |
| XYZ | 21.13 | 13.95 | 6.14 | - |
| YUV | 100.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 62 | 0 | 0.61 | 0.65 | 0.31 | 3.65 | 0.48 | 0.47 |
| Hex | B1 | 45 | 3E | 0 | 3D | 41 | 1F | 4 | 30 | 2F |
| Octal | 261 | 105 | 76 | 0 | 75 | 101 | 37 | 4 | 60 | 57 |
| Binary | 10110001 | 1000101 | 111110 | 0 | 111101 | 1000001 | 11111 | 100 | 110000 | 101111 |
Color Harmonies of #B1453E
Complementary color
Monochromatic Colors of #B1453E
Black with #B1453E
Text Example
Text Example
White with #B1453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1453E; }
p { color: rgb(177,69,62); }
H1.HeaderClassName
{
color: #B1453E;
}
.AnyTagClassName
{
color: #B1453E;
}
</style>
background-color css
<style>
a { background-color: #B1453E; }
a { background-color: rgb(177,69,62); }
div.DivClassName
{
background-color: #B1453E;
}
.BgClassName
{
background-color: #B1453E;
}
</style>
border-color css
<style>
span { border-color: #B1453E; }
span { border-color: rgb(177,69,62); }
td.TdClassName
{
border-color: #B1453E;
}
.TagClassName
{
border-color: #B1453E;
}
</style>