Shades of Red Stage #B14E30
Tints of Red Stage #B14E30
RGB
CMYK
RGB Variations
Color information
#B14E30 (or 0xB14E30) is known color: Red Stage. HEX triplet: B1, 4E and 30. RGB value is (177,78,48). Sum of RGB (Red+Green+Blue) = 177+78+48=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E30 is #4EB1CF. Grayscale: #686868. Windows color (decimal): -5157328 or 3165873. OLE color: 3165873.
HSL color Cylindrical-coordinate representation of color #B14E30: hue angle of 13.95º degrees, saturation: 0.57, 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 #B14E30 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 48 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.31 |
| HSL | 13.95º | 0.57% | 0.44% | - |
| HSV(B) | 13.95º | 0.73% | 0.69% | - |
| XYZ | 21.39 | 15.01 | 4.57 | - |
| YUV | 104.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 48 | 0 | 0.56 | 0.73 | 0.31 | 13.95 | 0.57 | 0.44 |
| Hex | B1 | 4E | 30 | 0 | 38 | 49 | 1F | E | 39 | 2C |
| Octal | 261 | 116 | 60 | 0 | 70 | 111 | 37 | 16 | 71 | 54 |
| Binary | 10110001 | 1001110 | 110000 | 0 | 111000 | 1001001 | 11111 | 1110 | 111001 | 101100 |
Color Harmonies of #B14E30
Complementary color
Monochromatic Colors of #B14E30
Black with #B14E30
Text Example
Text Example
White with #B14E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E30; }
p { color: rgb(177,78,48); }
H1.HeaderClassName
{
color: #B14E30;
}
.AnyTagClassName
{
color: #B14E30;
}
</style>
background-color css
<style>
a { background-color: #B14E30; }
a { background-color: rgb(177,78,48); }
div.DivClassName
{
background-color: #B14E30;
}
.BgClassName
{
background-color: #B14E30;
}
</style>
border-color css
<style>
span { border-color: #B14E30; }
span { border-color: rgb(177,78,48); }
td.TdClassName
{
border-color: #B14E30;
}
.TagClassName
{
border-color: #B14E30;
}
</style>