Shades of Medium Carmine #B13D3B
Tints of Medium Carmine #B13D3B
RGB
CMYK
RGB Variations
Color information
#B13D3B (or 0xB13D3B) is known color: Medium Carmine. HEX triplet: B1, 3D and 3B. RGB value is (177,61,59). Sum of RGB (Red+Green+Blue) = 177+61+59=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D3B is #4EC2C4. Grayscale: #5F5F5F. Windows color (decimal): -5161669 or 3882417. OLE color: 3882417.
HSL color Cylindrical-coordinate representation of color #B13D3B: hue angle of 1.02º degrees, saturation: 0.5, 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 #B13D3B is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 59 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.31 |
| HSL | 1.02º | 0.5% | 0.46% | - |
| HSV(B) | 1.02º | 0.67% | 0.69% | - |
| XYZ | 20.59 | 13 | 5.56 | - |
| YUV | 95.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 59 | 0 | 0.66 | 0.67 | 0.31 | 1.02 | 0.5 | 0.46 |
| Hex | B1 | 3D | 3B | 0 | 42 | 43 | 1F | 1 | 32 | 2E |
| Octal | 261 | 75 | 73 | 0 | 102 | 103 | 37 | 1 | 62 | 56 |
| Binary | 10110001 | 111101 | 111011 | 0 | 1000010 | 1000011 | 11111 | 1 | 110010 | 101110 |
Color Harmonies of #B13D3B
Complementary color
Monochromatic Colors of #B13D3B
Black with #B13D3B
Text Example
Text Example
White with #B13D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D3B; }
p { color: rgb(177,61,59); }
H1.HeaderClassName
{
color: #B13D3B;
}
.AnyTagClassName
{
color: #B13D3B;
}
</style>
background-color css
<style>
a { background-color: #B13D3B; }
a { background-color: rgb(177,61,59); }
div.DivClassName
{
background-color: #B13D3B;
}
.BgClassName
{
background-color: #B13D3B;
}
</style>
border-color css
<style>
span { border-color: #B13D3B; }
span { border-color: rgb(177,61,59); }
td.TdClassName
{
border-color: #B13D3B;
}
.TagClassName
{
border-color: #B13D3B;
}
</style>