Shades of Red Stage #B14B31
Tints of Red Stage #B14B31
RGB
CMYK
RGB Variations
Color information
#B14B31 (or 0xB14B31) is known color: Red Stage. HEX triplet: B1, 4B and 31. RGB value is (177,75,49). Sum of RGB (Red+Green+Blue) = 177+75+49=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B31 is #4EB4CE. Grayscale: #666666. Windows color (decimal): -5158095 or 3230641. OLE color: 3230641.
HSL color Cylindrical-coordinate representation of color #B14B31: hue angle of 12.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14B31 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 49 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.31 |
| HSL | 12.19º | 0.57% | 0.44% | - |
| HSV(B) | 12.19º | 0.72% | 0.69% | - |
| XYZ | 21.2 | 14.6 | 4.61 | - |
| YUV | 102.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 49 | 0 | 0.58 | 0.72 | 0.31 | 12.19 | 0.57 | 0.44 |
| Hex | B1 | 4B | 31 | 0 | 3A | 48 | 1F | C | 39 | 2C |
| Octal | 261 | 113 | 61 | 0 | 72 | 110 | 37 | 14 | 71 | 54 |
| Binary | 10110001 | 1001011 | 110001 | 0 | 111010 | 1001000 | 11111 | 1100 | 111001 | 101100 |
Color Harmonies of #B14B31
Complementary color
Monochromatic Colors of #B14B31
Black with #B14B31
Text Example
Text Example
White with #B14B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14B31; }
p { color: rgb(177,75,49); }
H1.HeaderClassName
{
color: #B14B31;
}
.AnyTagClassName
{
color: #B14B31;
}
</style>
background-color css
<style>
a { background-color: #B14B31; }
a { background-color: rgb(177,75,49); }
div.DivClassName
{
background-color: #B14B31;
}
.BgClassName
{
background-color: #B14B31;
}
</style>
border-color css
<style>
span { border-color: #B14B31; }
span { border-color: rgb(177,75,49); }
td.TdClassName
{
border-color: #B14B31;
}
.TagClassName
{
border-color: #B14B31;
}
</style>