Shades of Red Stage #B4512F
Tints of Red Stage #B4512F
RGB
CMYK
RGB Variations
Color information
#B4512F (or 0xB4512F) is known color: Red Stage. HEX triplet: B4, 51 and 2F. RGB value is (180,81,47). Sum of RGB (Red+Green+Blue) = 180+81+47=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4512F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4512F is #4BAED0. Grayscale: #6A6A6A. Windows color (decimal): -4959953 or 3101108. OLE color: 3101108.
HSL color Cylindrical-coordinate representation of color #B4512F: hue angle of 15.34º 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 #B4512F is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 47 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.29 |
| HSL | 15.34º | 0.59% | 0.45% | - |
| HSV(B) | 15.34º | 0.74% | 0.71% | - |
| XYZ | 22.28 | 15.79 | 4.56 | - |
| YUV | 106.73 | 94.3 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 47 | 0 | 0.55 | 0.74 | 0.29 | 15.34 | 0.59 | 0.45 |
| Hex | B4 | 51 | 2F | 0 | 37 | 4A | 1D | F | 3B | 2D |
| Octal | 264 | 121 | 57 | 0 | 67 | 112 | 35 | 17 | 73 | 55 |
| Binary | 10110100 | 1010001 | 101111 | 0 | 110111 | 1001010 | 11101 | 1111 | 111011 | 101101 |
Color Harmonies of #B4512F
Complementary color
Monochromatic Colors of #B4512F
Black with #B4512F
Text Example
Text Example
White with #B4512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4512F; }
p { color: rgb(180,81,47); }
H1.HeaderClassName
{
color: #B4512F;
}
.AnyTagClassName
{
color: #B4512F;
}
</style>
background-color css
<style>
a { background-color: #B4512F; }
a { background-color: rgb(180,81,47); }
div.DivClassName
{
background-color: #B4512F;
}
.BgClassName
{
background-color: #B4512F;
}
</style>
border-color css
<style>
span { border-color: #B4512F; }
span { border-color: rgb(180,81,47); }
td.TdClassName
{
border-color: #B4512F;
}
.TagClassName
{
border-color: #B4512F;
}
</style>