Shades of Medium Carmine #B13B2D
Tints of Medium Carmine #B13B2D
RGB
CMYK
RGB Variations
Color information
#B13B2D (or 0xB13B2D) is known color: Medium Carmine. HEX triplet: B1, 3B and 2D. RGB value is (177,59,45). Sum of RGB (Red+Green+Blue) = 177+59+45=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B2D is #4EC4D2. Grayscale: #5C5C5C. Windows color (decimal): -5162195 or 2964401. OLE color: 2964401.
HSL color Cylindrical-coordinate representation of color #B13B2D: hue angle of 6.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13B2D is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 45 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.31 |
| HSL | 6.36º | 0.59% | 0.44% | - |
| HSV(B) | 6.36º | 0.75% | 0.69% | - |
| XYZ | 20.17 | 12.66 | 3.86 | - |
| YUV | 92.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 45 | 0 | 0.67 | 0.75 | 0.31 | 6.36 | 0.59 | 0.44 |
| Hex | B1 | 3B | 2D | 0 | 43 | 4B | 1F | 6 | 3B | 2C |
| Octal | 261 | 73 | 55 | 0 | 103 | 113 | 37 | 6 | 73 | 54 |
| Binary | 10110001 | 111011 | 101101 | 0 | 1000011 | 1001011 | 11111 | 110 | 111011 | 101100 |
Color Harmonies of #B13B2D
Complementary color
Monochromatic Colors of #B13B2D
Black with #B13B2D
Text Example
Text Example
White with #B13B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B2D; }
p { color: rgb(177,59,45); }
H1.HeaderClassName
{
color: #B13B2D;
}
.AnyTagClassName
{
color: #B13B2D;
}
</style>
background-color css
<style>
a { background-color: #B13B2D; }
a { background-color: rgb(177,59,45); }
div.DivClassName
{
background-color: #B13B2D;
}
.BgClassName
{
background-color: #B13B2D;
}
</style>
border-color css
<style>
span { border-color: #B13B2D; }
span { border-color: rgb(177,59,45); }
td.TdClassName
{
border-color: #B13B2D;
}
.TagClassName
{
border-color: #B13B2D;
}
</style>