Shades of Red Stage #B34C30
Tints of Red Stage #B34C30
RGB
CMYK
RGB Variations
Color information
#B34C30 (or 0xB34C30) is known color: Red Stage. HEX triplet: B3, 4C and 30. RGB value is (179,76,48). Sum of RGB (Red+Green+Blue) = 179+76+48=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C30 is #4CB3CF. Grayscale: #676767. Windows color (decimal): -5026768 or 3165363. OLE color: 3165363.
HSL color Cylindrical-coordinate representation of color #B34C30: hue angle of 12.82º degrees, saturation: 0.58, 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 #B34C30 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 48 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.30 |
| HSL | 12.82º | 0.58% | 0.45% | - |
| HSV(B) | 12.82º | 0.73% | 0.7% | - |
| XYZ | 21.71 | 14.97 | 4.54 | - |
| YUV | 103.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 48 | 0 | 0.58 | 0.73 | 0.30 | 12.82 | 0.58 | 0.45 |
| Hex | B3 | 4C | 30 | 0 | 3A | 49 | 1E | D | 3A | 2D |
| Octal | 263 | 114 | 60 | 0 | 72 | 111 | 36 | 15 | 72 | 55 |
| Binary | 10110011 | 1001100 | 110000 | 0 | 111010 | 1001001 | 11110 | 1101 | 111010 | 101101 |
Color Harmonies of #B34C30
Complementary color
Monochromatic Colors of #B34C30
Black with #B34C30
Text Example
Text Example
White with #B34C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C30; }
p { color: rgb(179,76,48); }
H1.HeaderClassName
{
color: #B34C30;
}
.AnyTagClassName
{
color: #B34C30;
}
</style>
background-color css
<style>
a { background-color: #B34C30; }
a { background-color: rgb(179,76,48); }
div.DivClassName
{
background-color: #B34C30;
}
.BgClassName
{
background-color: #B34C30;
}
</style>
border-color css
<style>
span { border-color: #B34C30; }
span { border-color: rgb(179,76,48); }
td.TdClassName
{
border-color: #B34C30;
}
.TagClassName
{
border-color: #B34C30;
}
</style>