Shades of Red Stage #B74F31
Tints of Red Stage #B74F31
RGB
CMYK
RGB Variations
Color information
#B74F31 (or 0xB74F31) is known color: Red Stage. HEX triplet: B7, 4F and 31. RGB value is (183,79,49). Sum of RGB (Red+Green+Blue) = 183+79+49=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F31 is #48B0CE. Grayscale: #6A6A6A. Windows color (decimal): -4763855 or 3231671. OLE color: 3231671.
HSL color Cylindrical-coordinate representation of color #B74F31: hue angle of 13.43º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B74F31 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 49 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.28 |
| HSL | 13.43º | 0.58% | 0.45% | - |
| HSV(B) | 13.43º | 0.73% | 0.72% | - |
| XYZ | 22.88 | 15.88 | 4.77 | - |
| YUV | 106.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 49 | 0 | 0.57 | 0.73 | 0.28 | 13.43 | 0.58 | 0.45 |
| Hex | B7 | 4F | 31 | 0 | 39 | 49 | 1C | D | 3A | 2D |
| Octal | 267 | 117 | 61 | 0 | 71 | 111 | 34 | 15 | 72 | 55 |
| Binary | 10110111 | 1001111 | 110001 | 0 | 111001 | 1001001 | 11100 | 1101 | 111010 | 101101 |
Color Harmonies of #B74F31
Complementary color
Monochromatic Colors of #B74F31
Black with #B74F31
Text Example
Text Example
White with #B74F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F31; }
p { color: rgb(183,79,49); }
H1.HeaderClassName
{
color: #B74F31;
}
.AnyTagClassName
{
color: #B74F31;
}
</style>
background-color css
<style>
a { background-color: #B74F31; }
a { background-color: rgb(183,79,49); }
div.DivClassName
{
background-color: #B74F31;
}
.BgClassName
{
background-color: #B74F31;
}
</style>
border-color css
<style>
span { border-color: #B74F31; }
span { border-color: rgb(183,79,49); }
td.TdClassName
{
border-color: #B74F31;
}
.TagClassName
{
border-color: #B74F31;
}
</style>