Shades of Red Stage #B04F32
Tints of Red Stage #B04F32
RGB
CMYK
RGB Variations
Color information
#B04F32 (or 0xB04F32) is known color: Red Stage. HEX triplet: B0, 4F and 32. RGB value is (176,79,50). Sum of RGB (Red+Green+Blue) = 176+79+50=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04F32 is #4FB0CD. Grayscale: #686868. Windows color (decimal): -5222606 or 3297200. OLE color: 3297200.
HSL color Cylindrical-coordinate representation of color #B04F32: hue angle of 13.81º degrees, saturation: 0.56, 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 #B04F32 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 50 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.31 |
| HSL | 13.81º | 0.56% | 0.44% | - |
| HSV(B) | 13.81º | 0.72% | 0.69% | - |
| XYZ | 21.28 | 15.05 | 4.8 | - |
| YUV | 104.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 50 | 0 | 0.55 | 0.72 | 0.31 | 13.81 | 0.56 | 0.44 |
| Hex | B0 | 4F | 32 | 0 | 37 | 48 | 1F | E | 38 | 2C |
| Octal | 260 | 117 | 62 | 0 | 67 | 110 | 37 | 16 | 70 | 54 |
| Binary | 10110000 | 1001111 | 110010 | 0 | 110111 | 1001000 | 11111 | 1110 | 111000 | 101100 |
Color Harmonies of #B04F32
Complementary color
Monochromatic Colors of #B04F32
Black with #B04F32
Text Example
Text Example
White with #B04F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F32; }
p { color: rgb(176,79,50); }
H1.HeaderClassName
{
color: #B04F32;
}
.AnyTagClassName
{
color: #B04F32;
}
</style>
background-color css
<style>
a { background-color: #B04F32; }
a { background-color: rgb(176,79,50); }
div.DivClassName
{
background-color: #B04F32;
}
.BgClassName
{
background-color: #B04F32;
}
</style>
border-color css
<style>
span { border-color: #B04F32; }
span { border-color: rgb(176,79,50); }
td.TdClassName
{
border-color: #B04F32;
}
.TagClassName
{
border-color: #B04F32;
}
</style>