Shades of Fiery Orange #B1562F
Tints of Fiery Orange #B1562F
RGB
CMYK
RGB Variations
Color information
#B1562F (or 0xB1562F) is known color: Fiery Orange. HEX triplet: B1, 56 and 2F. RGB value is (177,86,47). Sum of RGB (Red+Green+Blue) = 177+86+47=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1562F is #4EA9D0. Grayscale: #6D6D6D. Windows color (decimal): -5155281 or 3102385. OLE color: 3102385.
HSL color Cylindrical-coordinate representation of color #B1562F: hue angle of 18º 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 #B1562F is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 47 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.31 |
| HSL | 18º | 0.58% | 0.44% | - |
| HSV(B) | 18º | 0.73% | 0.69% | - |
| XYZ | 21.97 | 16.21 | 4.66 | - |
| YUV | 108.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 47 | 0 | 0.51 | 0.73 | 0.31 | 18 | 0.58 | 0.44 |
| Hex | B1 | 56 | 2F | 0 | 33 | 49 | 1F | 12 | 3A | 2C |
| Octal | 261 | 126 | 57 | 0 | 63 | 111 | 37 | 22 | 72 | 54 |
| Binary | 10110001 | 1010110 | 101111 | 0 | 110011 | 1001001 | 11111 | 10010 | 111010 | 101100 |
Color Harmonies of #B1562F
Complementary color
Monochromatic Colors of #B1562F
Black with #B1562F
Text Example
Text Example
White with #B1562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1562F; }
p { color: rgb(177,86,47); }
H1.HeaderClassName
{
color: #B1562F;
}
.AnyTagClassName
{
color: #B1562F;
}
</style>
background-color css
<style>
a { background-color: #B1562F; }
a { background-color: rgb(177,86,47); }
div.DivClassName
{
background-color: #B1562F;
}
.BgClassName
{
background-color: #B1562F;
}
</style>
border-color css
<style>
span { border-color: #B1562F; }
span { border-color: rgb(177,86,47); }
td.TdClassName
{
border-color: #B1562F;
}
.TagClassName
{
border-color: #B1562F;
}
</style>