Shades of Red Stage #B34F2C
Tints of Red Stage #B34F2C
RGB
CMYK
RGB Variations
Color information
#B34F2C (or 0xB34F2C) is known color: Red Stage. HEX triplet: B3, 4F and 2C. RGB value is (179,79,44). Sum of RGB (Red+Green+Blue) = 179+79+44=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34F2C is #4CB0D3. Grayscale: #696969. Windows color (decimal): -5026004 or 2903987. OLE color: 2903987.
HSL color Cylindrical-coordinate representation of color #B34F2C: hue angle of 15.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B34F2C is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 44 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.30 |
| HSL | 15.56º | 0.61% | 0.44% | - |
| HSV(B) | 15.56º | 0.75% | 0.7% | - |
| XYZ | 21.84 | 15.36 | 4.2 | - |
| YUV | 104.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 44 | 0 | 0.56 | 0.75 | 0.30 | 15.56 | 0.61 | 0.44 |
| Hex | B3 | 4F | 2C | 0 | 38 | 4B | 1E | 10 | 3D | 2C |
| Octal | 263 | 117 | 54 | 0 | 70 | 113 | 36 | 20 | 75 | 54 |
| Binary | 10110011 | 1001111 | 101100 | 0 | 111000 | 1001011 | 11110 | 10000 | 111101 | 101100 |
Color Harmonies of #B34F2C
Complementary color
Monochromatic Colors of #B34F2C
Black with #B34F2C
Text Example
Text Example
White with #B34F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F2C; }
p { color: rgb(179,79,44); }
H1.HeaderClassName
{
color: #B34F2C;
}
.AnyTagClassName
{
color: #B34F2C;
}
</style>
background-color css
<style>
a { background-color: #B34F2C; }
a { background-color: rgb(179,79,44); }
div.DivClassName
{
background-color: #B34F2C;
}
.BgClassName
{
background-color: #B34F2C;
}
</style>
border-color css
<style>
span { border-color: #B34F2C; }
span { border-color: rgb(179,79,44); }
td.TdClassName
{
border-color: #B34F2C;
}
.TagClassName
{
border-color: #B34F2C;
}
</style>