Shades of Fiery Orange #B1572E
Tints of Fiery Orange #B1572E
RGB
CMYK
RGB Variations
Color information
#B1572E (or 0xB1572E) is known color: Fiery Orange. HEX triplet: B1, 57 and 2E. RGB value is (177,87,46). Sum of RGB (Red+Green+Blue) = 177+87+46=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1572E is #4EA8D1. Grayscale: #6D6D6D. Windows color (decimal): -5155026 or 3037105. OLE color: 3037105.
HSL color Cylindrical-coordinate representation of color #B1572E: hue angle of 18.78º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1572E is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 46 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.31 |
| HSL | 18.78º | 0.59% | 0.44% | - |
| HSV(B) | 18.78º | 0.74% | 0.69% | - |
| XYZ | 22.03 | 16.36 | 4.58 | - |
| YUV | 109.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 46 | 0 | 0.51 | 0.74 | 0.31 | 18.78 | 0.59 | 0.44 |
| Hex | B1 | 57 | 2E | 0 | 33 | 4A | 1F | 13 | 3B | 2C |
| Octal | 261 | 127 | 56 | 0 | 63 | 112 | 37 | 23 | 73 | 54 |
| Binary | 10110001 | 1010111 | 101110 | 0 | 110011 | 1001010 | 11111 | 10011 | 111011 | 101100 |
Color Harmonies of #B1572E
Complementary color
Monochromatic Colors of #B1572E
Black with #B1572E
Text Example
Text Example
White with #B1572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1572E; }
p { color: rgb(177,87,46); }
H1.HeaderClassName
{
color: #B1572E;
}
.AnyTagClassName
{
color: #B1572E;
}
</style>
background-color css
<style>
a { background-color: #B1572E; }
a { background-color: rgb(177,87,46); }
div.DivClassName
{
background-color: #B1572E;
}
.BgClassName
{
background-color: #B1572E;
}
</style>
border-color css
<style>
span { border-color: #B1572E; }
span { border-color: rgb(177,87,46); }
td.TdClassName
{
border-color: #B1572E;
}
.TagClassName
{
border-color: #B1572E;
}
</style>