Shades of Red Stage #B4502B
Tints of Red Stage #B4502B
RGB
CMYK
RGB Variations
Color information
#B4502B (or 0xB4502B) is known color: Red Stage. HEX triplet: B4, 50 and 2B. RGB value is (180,80,43). Sum of RGB (Red+Green+Blue) = 180+80+43=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B4502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4502B is #4BAFD4. Grayscale: #696969. Windows color (decimal): -4960213 or 2838708. OLE color: 2838708.
HSL color Cylindrical-coordinate representation of color #B4502B: hue angle of 16.2º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4502B is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 43 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.29 |
| HSL | 16.2º | 0.61% | 0.44% | - |
| HSV(B) | 16.2º | 0.76% | 0.71% | - |
| XYZ | 22.13 | 15.62 | 4.13 | - |
| YUV | 105.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 43 | 0 | 0.56 | 0.76 | 0.29 | 16.2 | 0.61 | 0.44 |
| Hex | B4 | 50 | 2B | 0 | 38 | 4C | 1D | 10 | 3D | 2C |
| Octal | 264 | 120 | 53 | 0 | 70 | 114 | 35 | 20 | 75 | 54 |
| Binary | 10110100 | 1010000 | 101011 | 0 | 111000 | 1001100 | 11101 | 10000 | 111101 | 101100 |
Color Harmonies of #B4502B
Complementary color
Monochromatic Colors of #B4502B
Black with #B4502B
Text Example
Text Example
White with #B4502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4502B; }
p { color: rgb(180,80,43); }
H1.HeaderClassName
{
color: #B4502B;
}
.AnyTagClassName
{
color: #B4502B;
}
</style>
background-color css
<style>
a { background-color: #B4502B; }
a { background-color: rgb(180,80,43); }
div.DivClassName
{
background-color: #B4502B;
}
.BgClassName
{
background-color: #B4502B;
}
</style>
border-color css
<style>
span { border-color: #B4502B; }
span { border-color: rgb(180,80,43); }
td.TdClassName
{
border-color: #B4502B;
}
.TagClassName
{
border-color: #B4502B;
}
</style>