Shades of Red Stage #B74B2C
Tints of Red Stage #B74B2C
RGB
CMYK
RGB Variations
Color information
#B74B2C (or 0xB74B2C) is known color: Red Stage. HEX triplet: B7, 4B and 2C. RGB value is (183,75,44). Sum of RGB (Red+Green+Blue) = 183+75+44=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B2C is #48B4D3. Grayscale: #676767. Windows color (decimal): -4764884 or 2902967. OLE color: 2902967.
HSL color Cylindrical-coordinate representation of color #B74B2C: hue angle of 13.38º 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 #B74B2C is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 44 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.28 |
| HSL | 13.38º | 0.61% | 0.45% | - |
| HSV(B) | 13.38º | 0.76% | 0.72% | - |
| XYZ | 22.5 | 15.28 | 4.15 | - |
| YUV | 103.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 44 | 0 | 0.59 | 0.76 | 0.28 | 13.38 | 0.61 | 0.45 |
| Hex | B7 | 4B | 2C | 0 | 3B | 4C | 1C | D | 3D | 2D |
| Octal | 267 | 113 | 54 | 0 | 73 | 114 | 34 | 15 | 75 | 55 |
| Binary | 10110111 | 1001011 | 101100 | 0 | 111011 | 1001100 | 11100 | 1101 | 111101 | 101101 |
Color Harmonies of #B74B2C
Complementary color
Monochromatic Colors of #B74B2C
Black with #B74B2C
Text Example
Text Example
White with #B74B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B2C; }
p { color: rgb(183,75,44); }
H1.HeaderClassName
{
color: #B74B2C;
}
.AnyTagClassName
{
color: #B74B2C;
}
</style>
background-color css
<style>
a { background-color: #B74B2C; }
a { background-color: rgb(183,75,44); }
div.DivClassName
{
background-color: #B74B2C;
}
.BgClassName
{
background-color: #B74B2C;
}
</style>
border-color css
<style>
span { border-color: #B74B2C; }
span { border-color: rgb(183,75,44); }
td.TdClassName
{
border-color: #B74B2C;
}
.TagClassName
{
border-color: #B74B2C;
}
</style>