Shades of Red Stage #B14F2F
Tints of Red Stage #B14F2F
RGB
CMYK
RGB Variations
Color information
#B14F2F (or 0xB14F2F) is known color: Red Stage. HEX triplet: B1, 4F and 2F. RGB value is (177,79,47). Sum of RGB (Red+Green+Blue) = 177+79+47=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14F2F is #4EB0D0. Grayscale: #686868. Windows color (decimal): -5157073 or 3100593. OLE color: 3100593.
HSL color Cylindrical-coordinate representation of color #B14F2F: hue angle of 14.77º degrees, saturation: 0.58, 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 #B14F2F is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 47 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.31 |
| HSL | 14.77º | 0.58% | 0.44% | - |
| HSV(B) | 14.77º | 0.73% | 0.69% | - |
| XYZ | 21.44 | 15.14 | 4.48 | - |
| YUV | 104.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 47 | 0 | 0.55 | 0.73 | 0.31 | 14.77 | 0.58 | 0.44 |
| Hex | B1 | 4F | 2F | 0 | 37 | 49 | 1F | F | 3A | 2C |
| Octal | 261 | 117 | 57 | 0 | 67 | 111 | 37 | 17 | 72 | 54 |
| Binary | 10110001 | 1001111 | 101111 | 0 | 110111 | 1001001 | 11111 | 1111 | 111010 | 101100 |
Color Harmonies of #B14F2F
Complementary color
Monochromatic Colors of #B14F2F
Black with #B14F2F
Text Example
Text Example
White with #B14F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14F2F; }
p { color: rgb(177,79,47); }
H1.HeaderClassName
{
color: #B14F2F;
}
.AnyTagClassName
{
color: #B14F2F;
}
</style>
background-color css
<style>
a { background-color: #B14F2F; }
a { background-color: rgb(177,79,47); }
div.DivClassName
{
background-color: #B14F2F;
}
.BgClassName
{
background-color: #B14F2F;
}
</style>
border-color css
<style>
span { border-color: #B14F2F; }
span { border-color: rgb(177,79,47); }
td.TdClassName
{
border-color: #B14F2F;
}
.TagClassName
{
border-color: #B14F2F;
}
</style>