Shades of Medium Carmine #B13632
Tints of Medium Carmine #B13632
RGB
CMYK
RGB Variations
Color information
#B13632 (or 0xB13632) is known color: Medium Carmine. HEX triplet: B1, 36 and 32. RGB value is (177,54,50). Sum of RGB (Red+Green+Blue) = 177+54+50=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B13632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13632 is #4EC9CD. Grayscale: #5A5A5A. Windows color (decimal): -5163470 or 3290801. OLE color: 3290801.
HSL color Cylindrical-coordinate representation of color #B13632: hue angle of 1.89º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13632 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 50 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.31 |
| HSL | 1.89º | 0.56% | 0.45% | - |
| HSV(B) | 1.89º | 0.72% | 0.69% | - |
| XYZ | 20.03 | 12.22 | 4.32 | - |
| YUV | 90.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 50 | 0 | 0.69 | 0.72 | 0.31 | 1.89 | 0.56 | 0.45 |
| Hex | B1 | 36 | 32 | 0 | 45 | 48 | 1F | 2 | 38 | 2D |
| Octal | 261 | 66 | 62 | 0 | 105 | 110 | 37 | 2 | 70 | 55 |
| Binary | 10110001 | 110110 | 110010 | 0 | 1000101 | 1001000 | 11111 | 10 | 111000 | 101101 |
Color Harmonies of #B13632
Complementary color
Monochromatic Colors of #B13632
Black with #B13632
Text Example
Text Example
White with #B13632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13632; }
p { color: rgb(177,54,50); }
H1.HeaderClassName
{
color: #B13632;
}
.AnyTagClassName
{
color: #B13632;
}
</style>
background-color css
<style>
a { background-color: #B13632; }
a { background-color: rgb(177,54,50); }
div.DivClassName
{
background-color: #B13632;
}
.BgClassName
{
background-color: #B13632;
}
</style>
border-color css
<style>
span { border-color: #B13632; }
span { border-color: rgb(177,54,50); }
td.TdClassName
{
border-color: #B13632;
}
.TagClassName
{
border-color: #B13632;
}
</style>