Shades of Red Stage #B74B2D
Tints of Red Stage #B74B2D
RGB
CMYK
RGB Variations
Color information
#B74B2D (or 0xB74B2D) is known color: Red Stage. HEX triplet: B7, 4B and 2D. RGB value is (183,75,45). Sum of RGB (Red+Green+Blue) = 183+75+45=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B2D is #48B4D2. Grayscale: #686868. Windows color (decimal): -4764883 or 2968503. OLE color: 2968503.
HSL color Cylindrical-coordinate representation of color #B74B2D: hue angle of 13.04º 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 #B74B2D is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 45 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.28 |
| HSL | 13.04º | 0.61% | 0.45% | - |
| HSV(B) | 13.04º | 0.75% | 0.72% | - |
| XYZ | 22.52 | 15.29 | 4.25 | - |
| YUV | 103.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 45 | 0 | 0.59 | 0.75 | 0.28 | 13.04 | 0.61 | 0.45 |
| Hex | B7 | 4B | 2D | 0 | 3B | 4B | 1C | D | 3D | 2D |
| Octal | 267 | 113 | 55 | 0 | 73 | 113 | 34 | 15 | 75 | 55 |
| Binary | 10110111 | 1001011 | 101101 | 0 | 111011 | 1001011 | 11100 | 1101 | 111101 | 101101 |
Color Harmonies of #B74B2D
Complementary color
Monochromatic Colors of #B74B2D
Black with #B74B2D
Text Example
Text Example
White with #B74B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B2D; }
p { color: rgb(183,75,45); }
H1.HeaderClassName
{
color: #B74B2D;
}
.AnyTagClassName
{
color: #B74B2D;
}
</style>
background-color css
<style>
a { background-color: #B74B2D; }
a { background-color: rgb(183,75,45); }
div.DivClassName
{
background-color: #B74B2D;
}
.BgClassName
{
background-color: #B74B2D;
}
</style>
border-color css
<style>
span { border-color: #B74B2D; }
span { border-color: rgb(183,75,45); }
td.TdClassName
{
border-color: #B74B2D;
}
.TagClassName
{
border-color: #B74B2D;
}
</style>