Shades of Medium Carmine #B1352B
Tints of Medium Carmine #B1352B
RGB
CMYK
RGB Variations
Color information
#B1352B (or 0xB1352B) is known color: Medium Carmine. HEX triplet: B1, 35 and 2B. RGB value is (177,53,43). Sum of RGB (Red+Green+Blue) = 177+53+43=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1352B is #4ECAD4. Grayscale: #595959. Windows color (decimal): -5163733 or 2831793. OLE color: 2831793.
HSL color Cylindrical-coordinate representation of color #B1352B: hue angle of 4.48º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1352B is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 43 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.31 |
| HSL | 4.48º | 0.61% | 0.43% | - |
| HSV(B) | 4.48º | 0.76% | 0.69% | - |
| XYZ | 19.84 | 12.07 | 3.57 | - |
| YUV | 88.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 43 | 0 | 0.70 | 0.76 | 0.31 | 4.48 | 0.61 | 0.43 |
| Hex | B1 | 35 | 2B | 0 | 46 | 4C | 1F | 4 | 3D | 2B |
| Octal | 261 | 65 | 53 | 0 | 106 | 114 | 37 | 4 | 75 | 53 |
| Binary | 10110001 | 110101 | 101011 | 0 | 1000110 | 1001100 | 11111 | 100 | 111101 | 101011 |
Color Harmonies of #B1352B
Complementary color
Monochromatic Colors of #B1352B
Black with #B1352B
Text Example
Text Example
White with #B1352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1352B; }
p { color: rgb(177,53,43); }
H1.HeaderClassName
{
color: #B1352B;
}
.AnyTagClassName
{
color: #B1352B;
}
</style>
background-color css
<style>
a { background-color: #B1352B; }
a { background-color: rgb(177,53,43); }
div.DivClassName
{
background-color: #B1352B;
}
.BgClassName
{
background-color: #B1352B;
}
</style>
border-color css
<style>
span { border-color: #B1352B; }
span { border-color: rgb(177,53,43); }
td.TdClassName
{
border-color: #B1352B;
}
.TagClassName
{
border-color: #B1352B;
}
</style>