Shades of Medium Carmine #B1392C
Tints of Medium Carmine #B1392C
RGB
CMYK
RGB Variations
Color information
#B1392C (or 0xB1392C) is known color: Medium Carmine. HEX triplet: B1, 39 and 2C. RGB value is (177,57,44). Sum of RGB (Red+Green+Blue) = 177+57+44=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1392C is #4EC6D3. Grayscale: #5B5B5B. Windows color (decimal): -5162708 or 2898353. OLE color: 2898353.
HSL color Cylindrical-coordinate representation of color #B1392C: hue angle of 5.86º 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 #B1392C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 44 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.31 |
| HSL | 5.86º | 0.6% | 0.43% | - |
| HSV(B) | 5.86º | 0.75% | 0.69% | - |
| XYZ | 20.05 | 12.46 | 3.73 | - |
| YUV | 91.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 44 | 0 | 0.68 | 0.75 | 0.31 | 5.86 | 0.6 | 0.43 |
| Hex | B1 | 39 | 2C | 0 | 44 | 4B | 1F | 6 | 3C | 2B |
| Octal | 261 | 71 | 54 | 0 | 104 | 113 | 37 | 6 | 74 | 53 |
| Binary | 10110001 | 111001 | 101100 | 0 | 1000100 | 1001011 | 11111 | 110 | 111100 | 101011 |
Color Harmonies of #B1392C
Complementary color
Monochromatic Colors of #B1392C
Black with #B1392C
Text Example
Text Example
White with #B1392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1392C; }
p { color: rgb(177,57,44); }
H1.HeaderClassName
{
color: #B1392C;
}
.AnyTagClassName
{
color: #B1392C;
}
</style>
background-color css
<style>
a { background-color: #B1392C; }
a { background-color: rgb(177,57,44); }
div.DivClassName
{
background-color: #B1392C;
}
.BgClassName
{
background-color: #B1392C;
}
</style>
border-color css
<style>
span { border-color: #B1392C; }
span { border-color: rgb(177,57,44); }
td.TdClassName
{
border-color: #B1392C;
}
.TagClassName
{
border-color: #B1392C;
}
</style>