Shades of Red Stage #B14A32
Tints of Red Stage #B14A32
RGB
CMYK
RGB Variations
Color information
#B14A32 (or 0xB14A32) is known color: Red Stage. HEX triplet: B1, 4A and 32. RGB value is (177,74,50). Sum of RGB (Red+Green+Blue) = 177+74+50=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A32 is #4EB5CD. Grayscale: #666666. Windows color (decimal): -5158350 or 3295921. OLE color: 3295921.
HSL color Cylindrical-coordinate representation of color #B14A32: hue angle of 11.34º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14A32 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 50 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.31 |
| HSL | 11.34º | 0.56% | 0.45% | - |
| HSV(B) | 11.34º | 0.72% | 0.69% | - |
| XYZ | 21.16 | 14.47 | 4.7 | - |
| YUV | 102.06 | 98.62 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 50 | 0 | 0.58 | 0.72 | 0.31 | 11.34 | 0.56 | 0.45 |
| Hex | B1 | 4A | 32 | 0 | 3A | 48 | 1F | B | 38 | 2D |
| Octal | 261 | 112 | 62 | 0 | 72 | 110 | 37 | 13 | 70 | 55 |
| Binary | 10110001 | 1001010 | 110010 | 0 | 111010 | 1001000 | 11111 | 1011 | 111000 | 101101 |
Color Harmonies of #B14A32
Complementary color
Monochromatic Colors of #B14A32
Black with #B14A32
Text Example
Text Example
White with #B14A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14A32; }
p { color: rgb(177,74,50); }
H1.HeaderClassName
{
color: #B14A32;
}
.AnyTagClassName
{
color: #B14A32;
}
</style>
background-color css
<style>
a { background-color: #B14A32; }
a { background-color: rgb(177,74,50); }
div.DivClassName
{
background-color: #B14A32;
}
.BgClassName
{
background-color: #B14A32;
}
</style>
border-color css
<style>
span { border-color: #B14A32; }
span { border-color: rgb(177,74,50); }
td.TdClassName
{
border-color: #B14A32;
}
.TagClassName
{
border-color: #B14A32;
}
</style>