Shades of Red Stage #B1502F
Tints of Red Stage #B1502F
RGB
CMYK
RGB Variations
Color information
#B1502F (or 0xB1502F) is known color: Red Stage. HEX triplet: B1, 50 and 2F. RGB value is (177,80,47). Sum of RGB (Red+Green+Blue) = 177+80+47=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1502F is #4EAFD0. Grayscale: #696969. Windows color (decimal): -5156817 or 3100849. OLE color: 3100849.
HSL color Cylindrical-coordinate representation of color #B1502F: hue angle of 15.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1502F is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 47 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.31 |
| HSL | 15.23º | 0.58% | 0.44% | - |
| HSV(B) | 15.23º | 0.73% | 0.69% | - |
| XYZ | 21.51 | 15.29 | 4.51 | - |
| YUV | 105.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 47 | 0 | 0.55 | 0.73 | 0.31 | 15.23 | 0.58 | 0.44 |
| Hex | B1 | 50 | 2F | 0 | 37 | 49 | 1F | F | 3A | 2C |
| Octal | 261 | 120 | 57 | 0 | 67 | 111 | 37 | 17 | 72 | 54 |
| Binary | 10110001 | 1010000 | 101111 | 0 | 110111 | 1001001 | 11111 | 1111 | 111010 | 101100 |
Color Harmonies of #B1502F
Complementary color
Monochromatic Colors of #B1502F
Black with #B1502F
Text Example
Text Example
White with #B1502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1502F; }
p { color: rgb(177,80,47); }
H1.HeaderClassName
{
color: #B1502F;
}
.AnyTagClassName
{
color: #B1502F;
}
</style>
background-color css
<style>
a { background-color: #B1502F; }
a { background-color: rgb(177,80,47); }
div.DivClassName
{
background-color: #B1502F;
}
.BgClassName
{
background-color: #B1502F;
}
</style>
border-color css
<style>
span { border-color: #B1502F; }
span { border-color: rgb(177,80,47); }
td.TdClassName
{
border-color: #B1502F;
}
.TagClassName
{
border-color: #B1502F;
}
</style>