Shades of Red Stage #B4502F
Tints of Red Stage #B4502F
RGB
CMYK
RGB Variations
Color information
#B4502F (or 0xB4502F) is known color: Red Stage. HEX triplet: B4, 50 and 2F. RGB value is (180,80,47). Sum of RGB (Red+Green+Blue) = 180+80+47=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4502F is #4BAFD0. Grayscale: #6A6A6A. Windows color (decimal): -4960209 or 3100852. OLE color: 3100852.
HSL color Cylindrical-coordinate representation of color #B4502F: hue angle of 14.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4502F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 47 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.29 |
| HSL | 14.89º | 0.59% | 0.45% | - |
| HSV(B) | 14.89º | 0.74% | 0.71% | - |
| XYZ | 22.2 | 15.65 | 4.54 | - |
| YUV | 106.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 47 | 0 | 0.56 | 0.74 | 0.29 | 14.89 | 0.59 | 0.45 |
| Hex | B4 | 50 | 2F | 0 | 38 | 4A | 1D | F | 3B | 2D |
| Octal | 264 | 120 | 57 | 0 | 70 | 112 | 35 | 17 | 73 | 55 |
| Binary | 10110100 | 1010000 | 101111 | 0 | 111000 | 1001010 | 11101 | 1111 | 111011 | 101101 |
Color Harmonies of #B4502F
Complementary color
Monochromatic Colors of #B4502F
Black with #B4502F
Text Example
Text Example
White with #B4502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4502F; }
p { color: rgb(180,80,47); }
H1.HeaderClassName
{
color: #B4502F;
}
.AnyTagClassName
{
color: #B4502F;
}
</style>
background-color css
<style>
a { background-color: #B4502F; }
a { background-color: rgb(180,80,47); }
div.DivClassName
{
background-color: #B4502F;
}
.BgClassName
{
background-color: #B4502F;
}
</style>
border-color css
<style>
span { border-color: #B4502F; }
span { border-color: rgb(180,80,47); }
td.TdClassName
{
border-color: #B4502F;
}
.TagClassName
{
border-color: #B4502F;
}
</style>