Shades of Red Stage #B14F32
Tints of Red Stage #B14F32
RGB
CMYK
RGB Variations
Color information
#B14F32 (or 0xB14F32) is known color: Red Stage. HEX triplet: B1, 4F and 32. RGB value is (177,79,50). Sum of RGB (Red+Green+Blue) = 177+79+50=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14F32 is #4EB0CD. Grayscale: #696969. Windows color (decimal): -5157070 or 3297201. OLE color: 3297201.
HSL color Cylindrical-coordinate representation of color #B14F32: hue angle of 13.7º 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 #B14F32 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 50 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.31 |
| HSL | 13.7º | 0.56% | 0.45% | - |
| HSV(B) | 13.7º | 0.72% | 0.69% | - |
| XYZ | 21.5 | 15.17 | 4.81 | - |
| YUV | 105 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 50 | 0 | 0.55 | 0.72 | 0.31 | 13.7 | 0.56 | 0.45 |
| Hex | B1 | 4F | 32 | 0 | 37 | 48 | 1F | E | 38 | 2D |
| Octal | 261 | 117 | 62 | 0 | 67 | 110 | 37 | 16 | 70 | 55 |
| Binary | 10110001 | 1001111 | 110010 | 0 | 110111 | 1001000 | 11111 | 1110 | 111000 | 101101 |
Color Harmonies of #B14F32
Complementary color
Monochromatic Colors of #B14F32
Black with #B14F32
Text Example
Text Example
White with #B14F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14F32; }
p { color: rgb(177,79,50); }
H1.HeaderClassName
{
color: #B14F32;
}
.AnyTagClassName
{
color: #B14F32;
}
</style>
background-color css
<style>
a { background-color: #B14F32; }
a { background-color: rgb(177,79,50); }
div.DivClassName
{
background-color: #B14F32;
}
.BgClassName
{
background-color: #B14F32;
}
</style>
border-color css
<style>
span { border-color: #B14F32; }
span { border-color: rgb(177,79,50); }
td.TdClassName
{
border-color: #B14F32;
}
.TagClassName
{
border-color: #B14F32;
}
</style>