Shades of Red Stage #B14E33
Tints of Red Stage #B14E33
RGB
CMYK
RGB Variations
Color information
#B14E33 (or 0xB14E33) is known color: Red Stage. HEX triplet: B1, 4E and 33. RGB value is (177,78,51). Sum of RGB (Red+Green+Blue) = 177+78+51=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E33 is #4EB1CC. Grayscale: #686868. Windows color (decimal): -5157325 or 3362481. OLE color: 3362481.
HSL color Cylindrical-coordinate representation of color #B14E33: hue angle of 12.86º 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 #B14E33 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 51 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.31 |
| HSL | 12.86º | 0.55% | 0.45% | - |
| HSV(B) | 12.86º | 0.71% | 0.69% | - |
| XYZ | 21.45 | 15.03 | 4.9 | - |
| YUV | 104.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 51 | 0 | 0.56 | 0.71 | 0.31 | 12.86 | 0.55 | 0.45 |
| Hex | B1 | 4E | 33 | 0 | 38 | 47 | 1F | D | 37 | 2D |
| Octal | 261 | 116 | 63 | 0 | 70 | 107 | 37 | 15 | 67 | 55 |
| Binary | 10110001 | 1001110 | 110011 | 0 | 111000 | 1000111 | 11111 | 1101 | 110111 | 101101 |
Color Harmonies of #B14E33
Complementary color
Monochromatic Colors of #B14E33
Black with #B14E33
Text Example
Text Example
White with #B14E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E33; }
p { color: rgb(177,78,51); }
H1.HeaderClassName
{
color: #B14E33;
}
.AnyTagClassName
{
color: #B14E33;
}
</style>
background-color css
<style>
a { background-color: #B14E33; }
a { background-color: rgb(177,78,51); }
div.DivClassName
{
background-color: #B14E33;
}
.BgClassName
{
background-color: #B14E33;
}
</style>
border-color css
<style>
span { border-color: #B14E33; }
span { border-color: rgb(177,78,51); }
td.TdClassName
{
border-color: #B14E33;
}
.TagClassName
{
border-color: #B14E33;
}
</style>