Shades of Red Stage #B34C31
Tints of Red Stage #B34C31
RGB
CMYK
RGB Variations
Color information
#B34C31 (or 0xB34C31) is known color: Red Stage. HEX triplet: B3, 4C and 31. RGB value is (179,76,49). Sum of RGB (Red+Green+Blue) = 179+76+49=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C31 is #4CB3CE. Grayscale: #676767. Windows color (decimal): -5026767 or 3230899. OLE color: 3230899.
HSL color Cylindrical-coordinate representation of color #B34C31: hue angle of 12.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B34C31 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 49 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.30 |
| HSL | 12.46º | 0.57% | 0.45% | - |
| HSV(B) | 12.46º | 0.73% | 0.7% | - |
| XYZ | 21.73 | 14.97 | 4.65 | - |
| YUV | 103.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 49 | 0 | 0.58 | 0.73 | 0.30 | 12.46 | 0.57 | 0.45 |
| Hex | B3 | 4C | 31 | 0 | 3A | 49 | 1E | C | 39 | 2D |
| Octal | 263 | 114 | 61 | 0 | 72 | 111 | 36 | 14 | 71 | 55 |
| Binary | 10110011 | 1001100 | 110001 | 0 | 111010 | 1001001 | 11110 | 1100 | 111001 | 101101 |
Color Harmonies of #B34C31
Complementary color
Monochromatic Colors of #B34C31
Black with #B34C31
Text Example
Text Example
White with #B34C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C31; }
p { color: rgb(179,76,49); }
H1.HeaderClassName
{
color: #B34C31;
}
.AnyTagClassName
{
color: #B34C31;
}
</style>
background-color css
<style>
a { background-color: #B34C31; }
a { background-color: rgb(179,76,49); }
div.DivClassName
{
background-color: #B34C31;
}
.BgClassName
{
background-color: #B34C31;
}
</style>
border-color css
<style>
span { border-color: #B34C31; }
span { border-color: rgb(179,76,49); }
td.TdClassName
{
border-color: #B34C31;
}
.TagClassName
{
border-color: #B34C31;
}
</style>