Shades of Red Stage #B74D2C
Tints of Red Stage #B74D2C
RGB
CMYK
RGB Variations
Color information
#B74D2C (or 0xB74D2C) is known color: Red Stage. HEX triplet: B7, 4D and 2C. RGB value is (183,77,44). Sum of RGB (Red+Green+Blue) = 183+77+44=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74D2C is #48B2D3. Grayscale: #696969. Windows color (decimal): -4764372 or 2903479. OLE color: 2903479.
HSL color Cylindrical-coordinate representation of color #B74D2C: hue angle of 14.24º 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 #B74D2C is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 44 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.28 |
| HSL | 14.24º | 0.61% | 0.45% | - |
| HSV(B) | 14.24º | 0.76% | 0.72% | - |
| XYZ | 22.64 | 15.56 | 4.19 | - |
| YUV | 104.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 44 | 0 | 0.58 | 0.76 | 0.28 | 14.24 | 0.61 | 0.45 |
| Hex | B7 | 4D | 2C | 0 | 3A | 4C | 1C | E | 3D | 2D |
| Octal | 267 | 115 | 54 | 0 | 72 | 114 | 34 | 16 | 75 | 55 |
| Binary | 10110111 | 1001101 | 101100 | 0 | 111010 | 1001100 | 11100 | 1110 | 111101 | 101101 |
Color Harmonies of #B74D2C
Complementary color
Monochromatic Colors of #B74D2C
Black with #B74D2C
Text Example
Text Example
White with #B74D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D2C; }
p { color: rgb(183,77,44); }
H1.HeaderClassName
{
color: #B74D2C;
}
.AnyTagClassName
{
color: #B74D2C;
}
</style>
background-color css
<style>
a { background-color: #B74D2C; }
a { background-color: rgb(183,77,44); }
div.DivClassName
{
background-color: #B74D2C;
}
.BgClassName
{
background-color: #B74D2C;
}
</style>
border-color css
<style>
span { border-color: #B74D2C; }
span { border-color: rgb(183,77,44); }
td.TdClassName
{
border-color: #B74D2C;
}
.TagClassName
{
border-color: #B74D2C;
}
</style>