Shades of Medium Carmine #B14630
Tints of Medium Carmine #B14630
RGB
CMYK
RGB Variations
Color information
#B14630 (or 0xB14630) is known color: Medium Carmine. HEX triplet: B1, 46 and 30. RGB value is (177,70,48). Sum of RGB (Red+Green+Blue) = 177+70+48=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B14630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14630 is #4EB9CF. Grayscale: #636363. Windows color (decimal): -5159376 or 3163825. OLE color: 3163825.
HSL color Cylindrical-coordinate representation of color #B14630: hue angle of 10.23º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B14630 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 48 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.31 |
| HSL | 10.23º | 0.57% | 0.44% | - |
| HSV(B) | 10.23º | 0.73% | 0.69% | - |
| XYZ | 20.86 | 13.94 | 4.39 | - |
| YUV | 99.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 48 | 0 | 0.60 | 0.73 | 0.31 | 10.23 | 0.57 | 0.44 |
| Hex | B1 | 46 | 30 | 0 | 3C | 49 | 1F | A | 39 | 2C |
| Octal | 261 | 106 | 60 | 0 | 74 | 111 | 37 | 12 | 71 | 54 |
| Binary | 10110001 | 1000110 | 110000 | 0 | 111100 | 1001001 | 11111 | 1010 | 111001 | 101100 |
Color Harmonies of #B14630
Complementary color
Monochromatic Colors of #B14630
Black with #B14630
Text Example
Text Example
White with #B14630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14630; }
p { color: rgb(177,70,48); }
H1.HeaderClassName
{
color: #B14630;
}
.AnyTagClassName
{
color: #B14630;
}
</style>
background-color css
<style>
a { background-color: #B14630; }
a { background-color: rgb(177,70,48); }
div.DivClassName
{
background-color: #B14630;
}
.BgClassName
{
background-color: #B14630;
}
</style>
border-color css
<style>
span { border-color: #B14630; }
span { border-color: rgb(177,70,48); }
td.TdClassName
{
border-color: #B14630;
}
.TagClassName
{
border-color: #B14630;
}
</style>