Shades of Red Stage #B14E35
Tints of Red Stage #B14E35
RGB
CMYK
RGB Variations
Color information
#B14E35 (or 0xB14E35) is known color: Red Stage. HEX triplet: B1, 4E and 35. RGB value is (177,78,53). Sum of RGB (Red+Green+Blue) = 177+78+53=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E35 is #4EB1CA. Grayscale: #686868. Windows color (decimal): -5157323 or 3493553. OLE color: 3493553.
HSL color Cylindrical-coordinate representation of color #B14E35: hue angle of 12.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14E35 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 53 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.31 |
| HSL | 12.1º | 0.54% | 0.45% | - |
| HSV(B) | 12.1º | 0.7% | 0.69% | - |
| XYZ | 21.5 | 15.05 | 5.14 | - |
| YUV | 104.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 53 | 0 | 0.56 | 0.70 | 0.31 | 12.1 | 0.54 | 0.45 |
| Hex | B1 | 4E | 35 | 0 | 38 | 46 | 1F | C | 36 | 2D |
| Octal | 261 | 116 | 65 | 0 | 70 | 106 | 37 | 14 | 66 | 55 |
| Binary | 10110001 | 1001110 | 110101 | 0 | 111000 | 1000110 | 11111 | 1100 | 110110 | 101101 |
Color Harmonies of #B14E35
Complementary color
Monochromatic Colors of #B14E35
Black with #B14E35
Text Example
Text Example
White with #B14E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E35; }
p { color: rgb(177,78,53); }
H1.HeaderClassName
{
color: #B14E35;
}
.AnyTagClassName
{
color: #B14E35;
}
</style>
background-color css
<style>
a { background-color: #B14E35; }
a { background-color: rgb(177,78,53); }
div.DivClassName
{
background-color: #B14E35;
}
.BgClassName
{
background-color: #B14E35;
}
</style>
border-color css
<style>
span { border-color: #B14E35; }
span { border-color: rgb(177,78,53); }
td.TdClassName
{
border-color: #B14E35;
}
.TagClassName
{
border-color: #B14E35;
}
</style>