Shades of Red Stage #B74A2D
Tints of Red Stage #B74A2D
RGB
CMYK
RGB Variations
Color information
#B74A2D (or 0xB74A2D) is known color: Red Stage. HEX triplet: B7, 4A and 2D. RGB value is (183,74,45). Sum of RGB (Red+Green+Blue) = 183+74+45=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74A2D is #48B5D2. Grayscale: #676767. Windows color (decimal): -4765139 or 2968247. OLE color: 2968247.
HSL color Cylindrical-coordinate representation of color #B74A2D: hue angle of 12.61º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B74A2D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 45 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.28 |
| HSL | 12.61º | 0.61% | 0.45% | - |
| HSV(B) | 12.61º | 0.75% | 0.72% | - |
| XYZ | 22.45 | 15.15 | 4.22 | - |
| YUV | 103.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 45 | 0 | 0.60 | 0.75 | 0.28 | 12.61 | 0.61 | 0.45 |
| Hex | B7 | 4A | 2D | 0 | 3C | 4B | 1C | D | 3D | 2D |
| Octal | 267 | 112 | 55 | 0 | 74 | 113 | 34 | 15 | 75 | 55 |
| Binary | 10110111 | 1001010 | 101101 | 0 | 111100 | 1001011 | 11100 | 1101 | 111101 | 101101 |
Color Harmonies of #B74A2D
Complementary color
Monochromatic Colors of #B74A2D
Black with #B74A2D
Text Example
Text Example
White with #B74A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A2D; }
p { color: rgb(183,74,45); }
H1.HeaderClassName
{
color: #B74A2D;
}
.AnyTagClassName
{
color: #B74A2D;
}
</style>
background-color css
<style>
a { background-color: #B74A2D; }
a { background-color: rgb(183,74,45); }
div.DivClassName
{
background-color: #B74A2D;
}
.BgClassName
{
background-color: #B74A2D;
}
</style>
border-color css
<style>
span { border-color: #B74A2D; }
span { border-color: rgb(183,74,45); }
td.TdClassName
{
border-color: #B74A2D;
}
.TagClassName
{
border-color: #B74A2D;
}
</style>