Shades of Medium Carmine #B13B2A
Tints of Medium Carmine #B13B2A
RGB
CMYK
RGB Variations
Color information
#B13B2A (or 0xB13B2A) is known color: Medium Carmine. HEX triplet: B1, 3B and 2A. RGB value is (177,59,42). Sum of RGB (Red+Green+Blue) = 177+59+42=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B2A is #4EC4D5. Grayscale: #5C5C5C. Windows color (decimal): -5162198 or 2767793. OLE color: 2767793.
HSL color Cylindrical-coordinate representation of color #B13B2A: hue angle of 7.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B13B2A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 42 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.31 |
| HSL | 7.56º | 0.62% | 0.43% | - |
| HSV(B) | 7.56º | 0.76% | 0.69% | - |
| XYZ | 20.11 | 12.64 | 3.57 | - |
| YUV | 92.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 42 | 0 | 0.67 | 0.76 | 0.31 | 7.56 | 0.62 | 0.43 |
| Hex | B1 | 3B | 2A | 0 | 43 | 4C | 1F | 8 | 3E | 2B |
| Octal | 261 | 73 | 52 | 0 | 103 | 114 | 37 | 10 | 76 | 53 |
| Binary | 10110001 | 111011 | 101010 | 0 | 1000011 | 1001100 | 11111 | 1000 | 111110 | 101011 |
Color Harmonies of #B13B2A
Complementary color
Monochromatic Colors of #B13B2A
Black with #B13B2A
Text Example
Text Example
White with #B13B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B2A; }
p { color: rgb(177,59,42); }
H1.HeaderClassName
{
color: #B13B2A;
}
.AnyTagClassName
{
color: #B13B2A;
}
</style>
background-color css
<style>
a { background-color: #B13B2A; }
a { background-color: rgb(177,59,42); }
div.DivClassName
{
background-color: #B13B2A;
}
.BgClassName
{
background-color: #B13B2A;
}
</style>
border-color css
<style>
span { border-color: #B13B2A; }
span { border-color: rgb(177,59,42); }
td.TdClassName
{
border-color: #B13B2A;
}
.TagClassName
{
border-color: #B13B2A;
}
</style>