Shades of Medium Carmine #B14333
Tints of Medium Carmine #B14333
RGB
CMYK
RGB Variations
Color information
#B14333 (or 0xB14333) is known color: Medium Carmine. HEX triplet: B1, 43 and 33. RGB value is (177,67,51). Sum of RGB (Red+Green+Blue) = 177+67+51=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B14333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14333 is #4EBCCC. Grayscale: #626262. Windows color (decimal): -5160141 or 3359665. OLE color: 3359665.
HSL color Cylindrical-coordinate representation of color #B14333: hue angle of 7.62º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B14333 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 51 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.31 |
| HSL | 7.62º | 0.55% | 0.45% | - |
| HSV(B) | 7.62º | 0.71% | 0.69% | - |
| XYZ | 20.74 | 13.6 | 4.66 | - |
| YUV | 98.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 51 | 0 | 0.62 | 0.71 | 0.31 | 7.62 | 0.55 | 0.45 |
| Hex | B1 | 43 | 33 | 0 | 3E | 47 | 1F | 8 | 37 | 2D |
| Octal | 261 | 103 | 63 | 0 | 76 | 107 | 37 | 10 | 67 | 55 |
| Binary | 10110001 | 1000011 | 110011 | 0 | 111110 | 1000111 | 11111 | 1000 | 110111 | 101101 |
Color Harmonies of #B14333
Complementary color
Monochromatic Colors of #B14333
Black with #B14333
Text Example
Text Example
White with #B14333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14333; }
p { color: rgb(177,67,51); }
H1.HeaderClassName
{
color: #B14333;
}
.AnyTagClassName
{
color: #B14333;
}
</style>
background-color css
<style>
a { background-color: #B14333; }
a { background-color: rgb(177,67,51); }
div.DivClassName
{
background-color: #B14333;
}
.BgClassName
{
background-color: #B14333;
}
</style>
border-color css
<style>
span { border-color: #B14333; }
span { border-color: rgb(177,67,51); }
td.TdClassName
{
border-color: #B14333;
}
.TagClassName
{
border-color: #B14333;
}
</style>