Shades of Fiery Orange #B1572F
Tints of Fiery Orange #B1572F
RGB
CMYK
RGB Variations
Color information
#B1572F (or 0xB1572F) is known color: Fiery Orange. HEX triplet: B1, 57 and 2F. RGB value is (177,87,47). Sum of RGB (Red+Green+Blue) = 177+87+47=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1572F is #4EA8D0. Grayscale: #6D6D6D. Windows color (decimal): -5155025 or 3102641. OLE color: 3102641.
HSL color Cylindrical-coordinate representation of color #B1572F: hue angle of 18.46º 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 #B1572F is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 47 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.31 |
| HSL | 18.46º | 0.58% | 0.44% | - |
| HSV(B) | 18.46º | 0.73% | 0.69% | - |
| XYZ | 22.05 | 16.37 | 4.69 | - |
| YUV | 109.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 47 | 0 | 0.51 | 0.73 | 0.31 | 18.46 | 0.58 | 0.44 |
| Hex | B1 | 57 | 2F | 0 | 33 | 49 | 1F | 12 | 3A | 2C |
| Octal | 261 | 127 | 57 | 0 | 63 | 111 | 37 | 22 | 72 | 54 |
| Binary | 10110001 | 1010111 | 101111 | 0 | 110011 | 1001001 | 11111 | 10010 | 111010 | 101100 |
Color Harmonies of #B1572F
Complementary color
Monochromatic Colors of #B1572F
Black with #B1572F
Text Example
Text Example
White with #B1572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1572F; }
p { color: rgb(177,87,47); }
H1.HeaderClassName
{
color: #B1572F;
}
.AnyTagClassName
{
color: #B1572F;
}
</style>
background-color css
<style>
a { background-color: #B1572F; }
a { background-color: rgb(177,87,47); }
div.DivClassName
{
background-color: #B1572F;
}
.BgClassName
{
background-color: #B1572F;
}
</style>
border-color css
<style>
span { border-color: #B1572F; }
span { border-color: rgb(177,87,47); }
td.TdClassName
{
border-color: #B1572F;
}
.TagClassName
{
border-color: #B1572F;
}
</style>