Shades of Red Stage #B04D2F
Tints of Red Stage #B04D2F
RGB
CMYK
RGB Variations
Color information
#B04D2F (or 0xB04D2F) is known color: Red Stage. HEX triplet: B0, 4D and 2F. RGB value is (176,77,47). Sum of RGB (Red+Green+Blue) = 176+77+47=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D2F is #4FB2D0. Grayscale: #676767. Windows color (decimal): -5223121 or 3100080. OLE color: 3100080.
HSL color Cylindrical-coordinate representation of color #B04D2F: hue angle of 13.95º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B04D2F is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 47 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.31 |
| HSL | 13.95º | 0.58% | 0.44% | - |
| HSV(B) | 13.95º | 0.73% | 0.69% | - |
| XYZ | 21.07 | 14.74 | 4.42 | - |
| YUV | 103.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 47 | 0 | 0.56 | 0.73 | 0.31 | 13.95 | 0.58 | 0.44 |
| Hex | B0 | 4D | 2F | 0 | 38 | 49 | 1F | E | 3A | 2C |
| Octal | 260 | 115 | 57 | 0 | 70 | 111 | 37 | 16 | 72 | 54 |
| Binary | 10110000 | 1001101 | 101111 | 0 | 111000 | 1001001 | 11111 | 1110 | 111010 | 101100 |
Color Harmonies of #B04D2F
Complementary color
Monochromatic Colors of #B04D2F
Black with #B04D2F
Text Example
Text Example
White with #B04D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D2F; }
p { color: rgb(176,77,47); }
H1.HeaderClassName
{
color: #B04D2F;
}
.AnyTagClassName
{
color: #B04D2F;
}
</style>
background-color css
<style>
a { background-color: #B04D2F; }
a { background-color: rgb(176,77,47); }
div.DivClassName
{
background-color: #B04D2F;
}
.BgClassName
{
background-color: #B04D2F;
}
</style>
border-color css
<style>
span { border-color: #B04D2F; }
span { border-color: rgb(176,77,47); }
td.TdClassName
{
border-color: #B04D2F;
}
.TagClassName
{
border-color: #B04D2F;
}
</style>