Shades of Red Stage #B14D35
Tints of Red Stage #B14D35
RGB
CMYK
RGB Variations
Color information
#B14D35 (or 0xB14D35) is known color: Red Stage. HEX triplet: B1, 4D and 35. RGB value is (177,77,53). Sum of RGB (Red+Green+Blue) = 177+77+53=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D35 is #4EB2CA. Grayscale: #686868. Windows color (decimal): -5157579 or 3493297. OLE color: 3493297.
HSL color Cylindrical-coordinate representation of color #B14D35: hue angle of 11.61º 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 #B14D35 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 53 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.31 |
| HSL | 11.61º | 0.54% | 0.45% | - |
| HSV(B) | 11.61º | 0.7% | 0.69% | - |
| XYZ | 21.43 | 14.91 | 5.12 | - |
| YUV | 104.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 53 | 0 | 0.56 | 0.70 | 0.31 | 11.61 | 0.54 | 0.45 |
| Hex | B1 | 4D | 35 | 0 | 38 | 46 | 1F | C | 36 | 2D |
| Octal | 261 | 115 | 65 | 0 | 70 | 106 | 37 | 14 | 66 | 55 |
| Binary | 10110001 | 1001101 | 110101 | 0 | 111000 | 1000110 | 11111 | 1100 | 110110 | 101101 |
Color Harmonies of #B14D35
Complementary color
Monochromatic Colors of #B14D35
Black with #B14D35
Text Example
Text Example
White with #B14D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D35; }
p { color: rgb(177,77,53); }
H1.HeaderClassName
{
color: #B14D35;
}
.AnyTagClassName
{
color: #B14D35;
}
</style>
background-color css
<style>
a { background-color: #B14D35; }
a { background-color: rgb(177,77,53); }
div.DivClassName
{
background-color: #B14D35;
}
.BgClassName
{
background-color: #B14D35;
}
</style>
border-color css
<style>
span { border-color: #B14D35; }
span { border-color: rgb(177,77,53); }
td.TdClassName
{
border-color: #B14D35;
}
.TagClassName
{
border-color: #B14D35;
}
</style>