Shades of Red Stage #B0552D
Tints of Red Stage #B0552D
RGB
CMYK
RGB Variations
Color information
#B0552D (or 0xB0552D) is known color: Red Stage. HEX triplet: B0, 55 and 2D. RGB value is (176,85,45). Sum of RGB (Red+Green+Blue) = 176+85+45=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0552D is #4FAAD2. Grayscale: #6B6B6B. Windows color (decimal): -5221075 or 2971056. OLE color: 2971056.
HSL color Cylindrical-coordinate representation of color #B0552D: hue angle of 18.32º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0552D is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 45 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.31 |
| HSL | 18.32º | 0.59% | 0.43% | - |
| HSV(B) | 18.32º | 0.74% | 0.69% | - |
| XYZ | 21.63 | 15.92 | 4.41 | - |
| YUV | 107.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 45 | 0 | 0.52 | 0.74 | 0.31 | 18.32 | 0.59 | 0.43 |
| Hex | B0 | 55 | 2D | 0 | 34 | 4A | 1F | 12 | 3B | 2B |
| Octal | 260 | 125 | 55 | 0 | 64 | 112 | 37 | 22 | 73 | 53 |
| Binary | 10110000 | 1010101 | 101101 | 0 | 110100 | 1001010 | 11111 | 10010 | 111011 | 101011 |
Color Harmonies of #B0552D
Complementary color
Monochromatic Colors of #B0552D
Black with #B0552D
Text Example
Text Example
White with #B0552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0552D; }
p { color: rgb(176,85,45); }
H1.HeaderClassName
{
color: #B0552D;
}
.AnyTagClassName
{
color: #B0552D;
}
</style>
background-color css
<style>
a { background-color: #B0552D; }
a { background-color: rgb(176,85,45); }
div.DivClassName
{
background-color: #B0552D;
}
.BgClassName
{
background-color: #B0552D;
}
</style>
border-color css
<style>
span { border-color: #B0552D; }
span { border-color: rgb(176,85,45); }
td.TdClassName
{
border-color: #B0552D;
}
.TagClassName
{
border-color: #B0552D;
}
</style>