Shades of Medium Carmine #B1453F
Tints of Medium Carmine #B1453F
RGB
CMYK
RGB Variations
Color information
#B1453F (or 0xB1453F) is known color: Medium Carmine. HEX triplet: B1, 45 and 3F. RGB value is (177,69,63). Sum of RGB (Red+Green+Blue) = 177+69+63=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1453F is #4EBAC0. Grayscale: #646464. Windows color (decimal): -5159617 or 4146609. OLE color: 4146609.
HSL color Cylindrical-coordinate representation of color #B1453F: hue angle of 3.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1453F is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 63 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.31 |
| HSL | 3.16º | 0.48% | 0.47% | - |
| HSV(B) | 3.16º | 0.64% | 0.69% | - |
| XYZ | 21.16 | 13.96 | 6.28 | - |
| YUV | 100.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 63 | 0 | 0.61 | 0.64 | 0.31 | 3.16 | 0.48 | 0.47 |
| Hex | B1 | 45 | 3F | 0 | 3D | 40 | 1F | 3 | 30 | 2F |
| Octal | 261 | 105 | 77 | 0 | 75 | 100 | 37 | 3 | 60 | 57 |
| Binary | 10110001 | 1000101 | 111111 | 0 | 111101 | 1000000 | 11111 | 11 | 110000 | 101111 |
Color Harmonies of #B1453F
Complementary color
Monochromatic Colors of #B1453F
Black with #B1453F
Text Example
Text Example
White with #B1453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1453F; }
p { color: rgb(177,69,63); }
H1.HeaderClassName
{
color: #B1453F;
}
.AnyTagClassName
{
color: #B1453F;
}
</style>
background-color css
<style>
a { background-color: #B1453F; }
a { background-color: rgb(177,69,63); }
div.DivClassName
{
background-color: #B1453F;
}
.BgClassName
{
background-color: #B1453F;
}
</style>
border-color css
<style>
span { border-color: #B1453F; }
span { border-color: rgb(177,69,63); }
td.TdClassName
{
border-color: #B1453F;
}
.TagClassName
{
border-color: #B1453F;
}
</style>