Shades of Medium Carmine #B13E23
Tints of Medium Carmine #B13E23
RGB
CMYK
RGB Variations
Color information
#B13E23 (or 0xB13E23) is known color: Medium Carmine. HEX triplet: B1, 3E and 23. RGB value is (177,62,35). Sum of RGB (Red+Green+Blue) = 177+62+35=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E23 is #4EC1DC. Grayscale: #5D5D5D. Windows color (decimal): -5161437 or 2309809. OLE color: 2309809.
HSL color Cylindrical-coordinate representation of color #B13E23: hue angle of 11.41º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B13E23 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 35 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.31 |
| HSL | 11.41º | 0.67% | 0.42% | - |
| HSV(B) | 11.41º | 0.8% | 0.69% | - |
| XYZ | 20.16 | 12.91 | 3.02 | - |
| YUV | 93.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 35 | 0 | 0.65 | 0.80 | 0.31 | 11.41 | 0.67 | 0.42 |
| Hex | B1 | 3E | 23 | 0 | 41 | 50 | 1F | B | 43 | 2A |
| Octal | 261 | 76 | 43 | 0 | 101 | 120 | 37 | 13 | 103 | 52 |
| Binary | 10110001 | 111110 | 100011 | 0 | 1000001 | 1010000 | 11111 | 1011 | 1000011 | 101010 |
Color Harmonies of #B13E23
Complementary color
Monochromatic Colors of #B13E23
Black with #B13E23
Text Example
Text Example
White with #B13E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E23; }
p { color: rgb(177,62,35); }
H1.HeaderClassName
{
color: #B13E23;
}
.AnyTagClassName
{
color: #B13E23;
}
</style>
background-color css
<style>
a { background-color: #B13E23; }
a { background-color: rgb(177,62,35); }
div.DivClassName
{
background-color: #B13E23;
}
.BgClassName
{
background-color: #B13E23;
}
</style>
border-color css
<style>
span { border-color: #B13E23; }
span { border-color: rgb(177,62,35); }
td.TdClassName
{
border-color: #B13E23;
}
.TagClassName
{
border-color: #B13E23;
}
</style>