Shades of Red Stage #B14E32
Tints of Red Stage #B14E32
RGB
CMYK
RGB Variations
Color information
#B14E32 (or 0xB14E32) is known color: Red Stage. HEX triplet: B1, 4E and 32. RGB value is (177,78,50). Sum of RGB (Red+Green+Blue) = 177+78+50=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E32 is #4EB1CD. Grayscale: #686868. Windows color (decimal): -5157326 or 3296945. OLE color: 3296945.
HSL color Cylindrical-coordinate representation of color #B14E32: hue angle of 13.23º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14E32 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 50 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.31 |
| HSL | 13.23º | 0.56% | 0.45% | - |
| HSV(B) | 13.23º | 0.72% | 0.69% | - |
| XYZ | 21.43 | 15.03 | 4.79 | - |
| YUV | 104.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 50 | 0 | 0.56 | 0.72 | 0.31 | 13.23 | 0.56 | 0.45 |
| Hex | B1 | 4E | 32 | 0 | 38 | 48 | 1F | D | 38 | 2D |
| Octal | 261 | 116 | 62 | 0 | 70 | 110 | 37 | 15 | 70 | 55 |
| Binary | 10110001 | 1001110 | 110010 | 0 | 111000 | 1001000 | 11111 | 1101 | 111000 | 101101 |
Color Harmonies of #B14E32
Complementary color
Monochromatic Colors of #B14E32
Black with #B14E32
Text Example
Text Example
White with #B14E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E32; }
p { color: rgb(177,78,50); }
H1.HeaderClassName
{
color: #B14E32;
}
.AnyTagClassName
{
color: #B14E32;
}
</style>
background-color css
<style>
a { background-color: #B14E32; }
a { background-color: rgb(177,78,50); }
div.DivClassName
{
background-color: #B14E32;
}
.BgClassName
{
background-color: #B14E32;
}
</style>
border-color css
<style>
span { border-color: #B14E32; }
span { border-color: rgb(177,78,50); }
td.TdClassName
{
border-color: #B14E32;
}
.TagClassName
{
border-color: #B14E32;
}
</style>