Shades of Medium Carmine #B14029
Tints of Medium Carmine #B14029
RGB
CMYK
RGB Variations
Color information
#B14029 (or 0xB14029) is known color: Medium Carmine. HEX triplet: B1, 40 and 29. RGB value is (177,64,41). Sum of RGB (Red+Green+Blue) = 177+64+41=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B14029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14029 is #4EBFD6. Grayscale: #5F5F5F. Windows color (decimal): -5160919 or 2703537. OLE color: 2703537.
HSL color Cylindrical-coordinate representation of color #B14029: hue angle of 10.15º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B14029 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 41 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.31 |
| HSL | 10.15º | 0.62% | 0.43% | - |
| HSV(B) | 10.15º | 0.77% | 0.69% | - |
| XYZ | 20.37 | 13.17 | 3.57 | - |
| YUV | 95.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 41 | 0 | 0.64 | 0.77 | 0.31 | 10.15 | 0.62 | 0.43 |
| Hex | B1 | 40 | 29 | 0 | 40 | 4D | 1F | A | 3E | 2B |
| Octal | 261 | 100 | 51 | 0 | 100 | 115 | 37 | 12 | 76 | 53 |
| Binary | 10110001 | 1000000 | 101001 | 0 | 1000000 | 1001101 | 11111 | 1010 | 111110 | 101011 |
Color Harmonies of #B14029
Complementary color
Monochromatic Colors of #B14029
Black with #B14029
Text Example
Text Example
White with #B14029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14029; }
p { color: rgb(177,64,41); }
H1.HeaderClassName
{
color: #B14029;
}
.AnyTagClassName
{
color: #B14029;
}
</style>
background-color css
<style>
a { background-color: #B14029; }
a { background-color: rgb(177,64,41); }
div.DivClassName
{
background-color: #B14029;
}
.BgClassName
{
background-color: #B14029;
}
</style>
border-color css
<style>
span { border-color: #B14029; }
span { border-color: rgb(177,64,41); }
td.TdClassName
{
border-color: #B14029;
}
.TagClassName
{
border-color: #B14029;
}
</style>