Shades of Medium Carmine #B13F23
Tints of Medium Carmine #B13F23
RGB
CMYK
RGB Variations
Color information
#B13F23 (or 0xB13F23) is known color: Medium Carmine. HEX triplet: B1, 3F and 23. RGB value is (177,63,35). Sum of RGB (Red+Green+Blue) = 177+63+35=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F23 is #4EC0DC. Grayscale: #5E5E5E. Windows color (decimal): -5161181 or 2310065. OLE color: 2310065.
HSL color Cylindrical-coordinate representation of color #B13F23: hue angle of 11.83º 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 #B13F23 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 35 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.31 |
| HSL | 11.83º | 0.67% | 0.42% | - |
| HSV(B) | 11.83º | 0.8% | 0.69% | - |
| XYZ | 20.21 | 13.02 | 3.04 | - |
| YUV | 93.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 35 | 0 | 0.64 | 0.80 | 0.31 | 11.83 | 0.67 | 0.42 |
| Hex | B1 | 3F | 23 | 0 | 40 | 50 | 1F | C | 43 | 2A |
| Octal | 261 | 77 | 43 | 0 | 100 | 120 | 37 | 14 | 103 | 52 |
| Binary | 10110001 | 111111 | 100011 | 0 | 1000000 | 1010000 | 11111 | 1100 | 1000011 | 101010 |
Color Harmonies of #B13F23
Complementary color
Monochromatic Colors of #B13F23
Black with #B13F23
Text Example
Text Example
White with #B13F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F23; }
p { color: rgb(177,63,35); }
H1.HeaderClassName
{
color: #B13F23;
}
.AnyTagClassName
{
color: #B13F23;
}
</style>
background-color css
<style>
a { background-color: #B13F23; }
a { background-color: rgb(177,63,35); }
div.DivClassName
{
background-color: #B13F23;
}
.BgClassName
{
background-color: #B13F23;
}
</style>
border-color css
<style>
span { border-color: #B13F23; }
span { border-color: rgb(177,63,35); }
td.TdClassName
{
border-color: #B13F23;
}
.TagClassName
{
border-color: #B13F23;
}
</style>