Shades of Red Stage #B5512D
Tints of Red Stage #B5512D
RGB
CMYK
RGB Variations
Color information
#B5512D (or 0xB5512D) is known color: Red Stage. HEX triplet: B5, 51 and 2D. RGB value is (181,81,45). Sum of RGB (Red+Green+Blue) = 181+81+45=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5512D is #4AAED2. Grayscale: #6B6B6B. Windows color (decimal): -4894419 or 2970037. OLE color: 2970037.
HSL color Cylindrical-coordinate representation of color #B5512D: hue angle of 15.88º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5512D is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 45 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.29 |
| HSL | 15.88º | 0.6% | 0.44% | - |
| HSV(B) | 15.88º | 0.75% | 0.71% | - |
| XYZ | 22.47 | 15.9 | 4.37 | - |
| YUV | 106.8 | 93.13 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 45 | 0 | 0.55 | 0.75 | 0.29 | 15.88 | 0.6 | 0.44 |
| Hex | B5 | 51 | 2D | 0 | 37 | 4B | 1D | 10 | 3C | 2C |
| Octal | 265 | 121 | 55 | 0 | 67 | 113 | 35 | 20 | 74 | 54 |
| Binary | 10110101 | 1010001 | 101101 | 0 | 110111 | 1001011 | 11101 | 10000 | 111100 | 101100 |
Color Harmonies of #B5512D
Complementary color
Monochromatic Colors of #B5512D
Black with #B5512D
Text Example
Text Example
White with #B5512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5512D; }
p { color: rgb(181,81,45); }
H1.HeaderClassName
{
color: #B5512D;
}
.AnyTagClassName
{
color: #B5512D;
}
</style>
background-color css
<style>
a { background-color: #B5512D; }
a { background-color: rgb(181,81,45); }
div.DivClassName
{
background-color: #B5512D;
}
.BgClassName
{
background-color: #B5512D;
}
</style>
border-color css
<style>
span { border-color: #B5512D; }
span { border-color: rgb(181,81,45); }
td.TdClassName
{
border-color: #B5512D;
}
.TagClassName
{
border-color: #B5512D;
}
</style>