Shades of Medium Carmine #B1453B
Tints of Medium Carmine #B1453B
RGB
CMYK
RGB Variations
Color information
#B1453B (or 0xB1453B) is known color: Medium Carmine. HEX triplet: B1, 45 and 3B. RGB value is (177,69,59). Sum of RGB (Red+Green+Blue) = 177+69+59=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1453B is #4EBAC4. Grayscale: #646464. Windows color (decimal): -5159621 or 3884465. OLE color: 3884465.
HSL color Cylindrical-coordinate representation of color #B1453B: hue angle of 5.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1453B is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 59 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.31 |
| HSL | 5.08º | 0.5% | 0.46% | - |
| HSV(B) | 5.08º | 0.67% | 0.69% | - |
| XYZ | 21.05 | 13.92 | 5.71 | - |
| YUV | 100.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 59 | 0 | 0.61 | 0.67 | 0.31 | 5.08 | 0.5 | 0.46 |
| Hex | B1 | 45 | 3B | 0 | 3D | 43 | 1F | 5 | 32 | 2E |
| Octal | 261 | 105 | 73 | 0 | 75 | 103 | 37 | 5 | 62 | 56 |
| Binary | 10110001 | 1000101 | 111011 | 0 | 111101 | 1000011 | 11111 | 101 | 110010 | 101110 |
Color Harmonies of #B1453B
Complementary color
Monochromatic Colors of #B1453B
Black with #B1453B
Text Example
Text Example
White with #B1453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1453B; }
p { color: rgb(177,69,59); }
H1.HeaderClassName
{
color: #B1453B;
}
.AnyTagClassName
{
color: #B1453B;
}
</style>
background-color css
<style>
a { background-color: #B1453B; }
a { background-color: rgb(177,69,59); }
div.DivClassName
{
background-color: #B1453B;
}
.BgClassName
{
background-color: #B1453B;
}
</style>
border-color css
<style>
span { border-color: #B1453B; }
span { border-color: rgb(177,69,59); }
td.TdClassName
{
border-color: #B1453B;
}
.TagClassName
{
border-color: #B1453B;
}
</style>