Shades of Red Stage #B74F2B
Tints of Red Stage #B74F2B
RGB
CMYK
RGB Variations
Color information
#B74F2B (or 0xB74F2B) is known color: Red Stage. HEX triplet: B7, 4F and 2B. RGB value is (183,79,43). Sum of RGB (Red+Green+Blue) = 183+79+43=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F2B is #48B0D4. Grayscale: #6A6A6A. Windows color (decimal): -4763861 or 2838455. OLE color: 2838455.
HSL color Cylindrical-coordinate representation of color #B74F2B: hue angle of 15.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B74F2B is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 43 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.28 |
| HSL | 15.43º | 0.62% | 0.44% | - |
| HSV(B) | 15.43º | 0.77% | 0.72% | - |
| XYZ | 22.76 | 15.83 | 4.14 | - |
| YUV | 105.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 43 | 0 | 0.57 | 0.77 | 0.28 | 15.43 | 0.62 | 0.44 |
| Hex | B7 | 4F | 2B | 0 | 39 | 4D | 1C | F | 3E | 2C |
| Octal | 267 | 117 | 53 | 0 | 71 | 115 | 34 | 17 | 76 | 54 |
| Binary | 10110111 | 1001111 | 101011 | 0 | 111001 | 1001101 | 11100 | 1111 | 111110 | 101100 |
Color Harmonies of #B74F2B
Complementary color
Monochromatic Colors of #B74F2B
Black with #B74F2B
Text Example
Text Example
White with #B74F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F2B; }
p { color: rgb(183,79,43); }
H1.HeaderClassName
{
color: #B74F2B;
}
.AnyTagClassName
{
color: #B74F2B;
}
</style>
background-color css
<style>
a { background-color: #B74F2B; }
a { background-color: rgb(183,79,43); }
div.DivClassName
{
background-color: #B74F2B;
}
.BgClassName
{
background-color: #B74F2B;
}
</style>
border-color css
<style>
span { border-color: #B74F2B; }
span { border-color: rgb(183,79,43); }
td.TdClassName
{
border-color: #B74F2B;
}
.TagClassName
{
border-color: #B74F2B;
}
</style>