Shades of Medium Carmine #B1452C
Tints of Medium Carmine #B1452C
RGB
CMYK
RGB Variations
Color information
#B1452C (or 0xB1452C) is known color: Medium Carmine. HEX triplet: B1, 45 and 2C. RGB value is (177,69,44). Sum of RGB (Red+Green+Blue) = 177+69+44=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1452C is #4EBAD3. Grayscale: #626262. Windows color (decimal): -5159636 or 2901425. OLE color: 2901425.
HSL color Cylindrical-coordinate representation of color #B1452C: hue angle of 11.28º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1452C is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 44 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.31 |
| HSL | 11.28º | 0.6% | 0.43% | - |
| HSV(B) | 11.28º | 0.75% | 0.69% | - |
| XYZ | 20.71 | 13.79 | 3.95 | - |
| YUV | 98.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 44 | 0 | 0.61 | 0.75 | 0.31 | 11.28 | 0.6 | 0.43 |
| Hex | B1 | 45 | 2C | 0 | 3D | 4B | 1F | B | 3C | 2B |
| Octal | 261 | 105 | 54 | 0 | 75 | 113 | 37 | 13 | 74 | 53 |
| Binary | 10110001 | 1000101 | 101100 | 0 | 111101 | 1001011 | 11111 | 1011 | 111100 | 101011 |
Color Harmonies of #B1452C
Complementary color
Monochromatic Colors of #B1452C
Black with #B1452C
Text Example
Text Example
White with #B1452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1452C; }
p { color: rgb(177,69,44); }
H1.HeaderClassName
{
color: #B1452C;
}
.AnyTagClassName
{
color: #B1452C;
}
</style>
background-color css
<style>
a { background-color: #B1452C; }
a { background-color: rgb(177,69,44); }
div.DivClassName
{
background-color: #B1452C;
}
.BgClassName
{
background-color: #B1452C;
}
</style>
border-color css
<style>
span { border-color: #B1452C; }
span { border-color: rgb(177,69,44); }
td.TdClassName
{
border-color: #B1452C;
}
.TagClassName
{
border-color: #B1452C;
}
</style>