Shades of Red Stage #B74E2E
Tints of Red Stage #B74E2E
RGB
CMYK
RGB Variations
Color information
#B74E2E (or 0xB74E2E) is known color: Red Stage. HEX triplet: B7, 4E and 2E. RGB value is (183,78,46). Sum of RGB (Red+Green+Blue) = 183+78+46=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E2E is #48B1D1. Grayscale: #696969. Windows color (decimal): -4764114 or 3034807. OLE color: 3034807.
HSL color Cylindrical-coordinate representation of color #B74E2E: hue angle of 14.01º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B74E2E is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 46 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.28 |
| HSL | 14.01º | 0.6% | 0.45% | - |
| HSV(B) | 14.01º | 0.75% | 0.72% | - |
| XYZ | 22.75 | 15.71 | 4.42 | - |
| YUV | 105.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 46 | 0 | 0.57 | 0.75 | 0.28 | 14.01 | 0.6 | 0.45 |
| Hex | B7 | 4E | 2E | 0 | 39 | 4B | 1C | E | 3C | 2D |
| Octal | 267 | 116 | 56 | 0 | 71 | 113 | 34 | 16 | 74 | 55 |
| Binary | 10110111 | 1001110 | 101110 | 0 | 111001 | 1001011 | 11100 | 1110 | 111100 | 101101 |
Color Harmonies of #B74E2E
Complementary color
Monochromatic Colors of #B74E2E
Black with #B74E2E
Text Example
Text Example
White with #B74E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74E2E; }
p { color: rgb(183,78,46); }
H1.HeaderClassName
{
color: #B74E2E;
}
.AnyTagClassName
{
color: #B74E2E;
}
</style>
background-color css
<style>
a { background-color: #B74E2E; }
a { background-color: rgb(183,78,46); }
div.DivClassName
{
background-color: #B74E2E;
}
.BgClassName
{
background-color: #B74E2E;
}
</style>
border-color css
<style>
span { border-color: #B74E2E; }
span { border-color: rgb(183,78,46); }
td.TdClassName
{
border-color: #B74E2E;
}
.TagClassName
{
border-color: #B74E2E;
}
</style>