Shades of Red Stage #B74F2C
Tints of Red Stage #B74F2C
RGB
CMYK
RGB Variations
Color information
#B74F2C (or 0xB74F2C) is known color: Red Stage. HEX triplet: B7, 4F and 2C. RGB value is (183,79,44). Sum of RGB (Red+Green+Blue) = 183+79+44=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F2C is #48B0D3. Grayscale: #6A6A6A. Windows color (decimal): -4763860 or 2903991. OLE color: 2903991.
HSL color Cylindrical-coordinate representation of color #B74F2C: hue angle of 15.11º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B74F2C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 44 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.28 |
| HSL | 15.11º | 0.61% | 0.45% | - |
| HSV(B) | 15.11º | 0.76% | 0.72% | - |
| XYZ | 22.78 | 15.84 | 4.24 | - |
| YUV | 106.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 44 | 0 | 0.57 | 0.76 | 0.28 | 15.11 | 0.61 | 0.45 |
| Hex | B7 | 4F | 2C | 0 | 39 | 4C | 1C | F | 3D | 2D |
| Octal | 267 | 117 | 54 | 0 | 71 | 114 | 34 | 17 | 75 | 55 |
| Binary | 10110111 | 1001111 | 101100 | 0 | 111001 | 1001100 | 11100 | 1111 | 111101 | 101101 |
Color Harmonies of #B74F2C
Complementary color
Monochromatic Colors of #B74F2C
Black with #B74F2C
Text Example
Text Example
White with #B74F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F2C; }
p { color: rgb(183,79,44); }
H1.HeaderClassName
{
color: #B74F2C;
}
.AnyTagClassName
{
color: #B74F2C;
}
</style>
background-color css
<style>
a { background-color: #B74F2C; }
a { background-color: rgb(183,79,44); }
div.DivClassName
{
background-color: #B74F2C;
}
.BgClassName
{
background-color: #B74F2C;
}
</style>
border-color css
<style>
span { border-color: #B74F2C; }
span { border-color: rgb(183,79,44); }
td.TdClassName
{
border-color: #B74F2C;
}
.TagClassName
{
border-color: #B74F2C;
}
</style>