Shades of Medium Carmine #B13A2A
Tints of Medium Carmine #B13A2A
RGB
CMYK
RGB Variations
Color information
#B13A2A (or 0xB13A2A) is known color: Medium Carmine. HEX triplet: B1, 3A and 2A. RGB value is (177,58,42). Sum of RGB (Red+Green+Blue) = 177+58+42=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A2A is #4EC5D5. Grayscale: #5B5B5B. Windows color (decimal): -5162454 or 2767537. OLE color: 2767537.
HSL color Cylindrical-coordinate representation of color #B13A2A: hue angle of 7.11º 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 #B13A2A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 42 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.31 |
| HSL | 7.11º | 0.62% | 0.43% | - |
| HSV(B) | 7.11º | 0.76% | 0.69% | - |
| XYZ | 20.06 | 12.54 | 3.55 | - |
| YUV | 91.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 42 | 0 | 0.67 | 0.76 | 0.31 | 7.11 | 0.62 | 0.43 |
| Hex | B1 | 3A | 2A | 0 | 43 | 4C | 1F | 7 | 3E | 2B |
| Octal | 261 | 72 | 52 | 0 | 103 | 114 | 37 | 7 | 76 | 53 |
| Binary | 10110001 | 111010 | 101010 | 0 | 1000011 | 1001100 | 11111 | 111 | 111110 | 101011 |
Color Harmonies of #B13A2A
Complementary color
Monochromatic Colors of #B13A2A
Black with #B13A2A
Text Example
Text Example
White with #B13A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A2A; }
p { color: rgb(177,58,42); }
H1.HeaderClassName
{
color: #B13A2A;
}
.AnyTagClassName
{
color: #B13A2A;
}
</style>
background-color css
<style>
a { background-color: #B13A2A; }
a { background-color: rgb(177,58,42); }
div.DivClassName
{
background-color: #B13A2A;
}
.BgClassName
{
background-color: #B13A2A;
}
</style>
border-color css
<style>
span { border-color: #B13A2A; }
span { border-color: rgb(177,58,42); }
td.TdClassName
{
border-color: #B13A2A;
}
.TagClassName
{
border-color: #B13A2A;
}
</style>