Shades of Medium Carmine #B13B2E
Tints of Medium Carmine #B13B2E
RGB
CMYK
RGB Variations
Color information
#B13B2E (or 0xB13B2E) is known color: Medium Carmine. HEX triplet: B1, 3B and 2E. RGB value is (177,59,46). Sum of RGB (Red+Green+Blue) = 177+59+46=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B2E is #4EC4D1. Grayscale: #5C5C5C. Windows color (decimal): -5162194 or 3029937. OLE color: 3029937.
HSL color Cylindrical-coordinate representation of color #B13B2E: hue angle of 5.95º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13B2E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 46 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.31 |
| HSL | 5.95º | 0.59% | 0.44% | - |
| HSV(B) | 5.95º | 0.74% | 0.69% | - |
| XYZ | 20.19 | 12.67 | 3.97 | - |
| YUV | 92.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 46 | 0 | 0.67 | 0.74 | 0.31 | 5.95 | 0.59 | 0.44 |
| Hex | B1 | 3B | 2E | 0 | 43 | 4A | 1F | 6 | 3B | 2C |
| Octal | 261 | 73 | 56 | 0 | 103 | 112 | 37 | 6 | 73 | 54 |
| Binary | 10110001 | 111011 | 101110 | 0 | 1000011 | 1001010 | 11111 | 110 | 111011 | 101100 |
Color Harmonies of #B13B2E
Complementary color
Monochromatic Colors of #B13B2E
Black with #B13B2E
Text Example
Text Example
White with #B13B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B2E; }
p { color: rgb(177,59,46); }
H1.HeaderClassName
{
color: #B13B2E;
}
.AnyTagClassName
{
color: #B13B2E;
}
</style>
background-color css
<style>
a { background-color: #B13B2E; }
a { background-color: rgb(177,59,46); }
div.DivClassName
{
background-color: #B13B2E;
}
.BgClassName
{
background-color: #B13B2E;
}
</style>
border-color css
<style>
span { border-color: #B13B2E; }
span { border-color: rgb(177,59,46); }
td.TdClassName
{
border-color: #B13B2E;
}
.TagClassName
{
border-color: #B13B2E;
}
</style>