Shades of Medium Carmine #B13E2C
Tints of Medium Carmine #B13E2C
RGB
CMYK
RGB Variations
Color information
#B13E2C (or 0xB13E2C) is known color: Medium Carmine. HEX triplet: B1, 3E and 2C. RGB value is (177,62,44). Sum of RGB (Red+Green+Blue) = 177+62+44=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E2C is #4EC1D3. Grayscale: #5E5E5E. Windows color (decimal): -5161428 or 2899633. OLE color: 2899633.
HSL color Cylindrical-coordinate representation of color #B13E2C: hue angle of 8.12º 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 #B13E2C is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 44 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.31 |
| HSL | 8.12º | 0.6% | 0.43% | - |
| HSV(B) | 8.12º | 0.75% | 0.69% | - |
| XYZ | 20.31 | 12.97 | 3.82 | - |
| YUV | 94.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 44 | 0 | 0.65 | 0.75 | 0.31 | 8.12 | 0.6 | 0.43 |
| Hex | B1 | 3E | 2C | 0 | 41 | 4B | 1F | 8 | 3C | 2B |
| Octal | 261 | 76 | 54 | 0 | 101 | 113 | 37 | 10 | 74 | 53 |
| Binary | 10110001 | 111110 | 101100 | 0 | 1000001 | 1001011 | 11111 | 1000 | 111100 | 101011 |
Color Harmonies of #B13E2C
Complementary color
Monochromatic Colors of #B13E2C
Black with #B13E2C
Text Example
Text Example
White with #B13E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E2C; }
p { color: rgb(177,62,44); }
H1.HeaderClassName
{
color: #B13E2C;
}
.AnyTagClassName
{
color: #B13E2C;
}
</style>
background-color css
<style>
a { background-color: #B13E2C; }
a { background-color: rgb(177,62,44); }
div.DivClassName
{
background-color: #B13E2C;
}
.BgClassName
{
background-color: #B13E2C;
}
</style>
border-color css
<style>
span { border-color: #B13E2C; }
span { border-color: rgb(177,62,44); }
td.TdClassName
{
border-color: #B13E2C;
}
.TagClassName
{
border-color: #B13E2C;
}
</style>