Shades of Medium Carmine #B13F3A
Tints of Medium Carmine #B13F3A
RGB
CMYK
RGB Variations
Color information
#B13F3A (or 0xB13F3A) is known color: Medium Carmine. HEX triplet: B1, 3F and 3A. RGB value is (177,63,58). Sum of RGB (Red+Green+Blue) = 177+63+58=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F3A is #4EC0C5. Grayscale: #606060. Windows color (decimal): -5161158 or 3817393. OLE color: 3817393.
HSL color Cylindrical-coordinate representation of color #B13F3A: hue angle of 2.52º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13F3A is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 58 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.31 |
| HSL | 2.52º | 0.51% | 0.46% | - |
| HSV(B) | 2.52º | 0.67% | 0.69% | - |
| XYZ | 20.67 | 13.21 | 5.46 | - |
| YUV | 96.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 58 | 0 | 0.64 | 0.67 | 0.31 | 2.52 | 0.51 | 0.46 |
| Hex | B1 | 3F | 3A | 0 | 40 | 43 | 1F | 3 | 33 | 2E |
| Octal | 261 | 77 | 72 | 0 | 100 | 103 | 37 | 3 | 63 | 56 |
| Binary | 10110001 | 111111 | 111010 | 0 | 1000000 | 1000011 | 11111 | 11 | 110011 | 101110 |
Color Harmonies of #B13F3A
Complementary color
Monochromatic Colors of #B13F3A
Black with #B13F3A
Text Example
Text Example
White with #B13F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F3A; }
p { color: rgb(177,63,58); }
H1.HeaderClassName
{
color: #B13F3A;
}
.AnyTagClassName
{
color: #B13F3A;
}
</style>
background-color css
<style>
a { background-color: #B13F3A; }
a { background-color: rgb(177,63,58); }
div.DivClassName
{
background-color: #B13F3A;
}
.BgClassName
{
background-color: #B13F3A;
}
</style>
border-color css
<style>
span { border-color: #B13F3A; }
span { border-color: rgb(177,63,58); }
td.TdClassName
{
border-color: #B13F3A;
}
.TagClassName
{
border-color: #B13F3A;
}
</style>