Shades of Fiery Orange #B1571E
Tints of Fiery Orange #B1571E
RGB
CMYK
RGB Variations
Color information
#B1571E (or 0xB1571E) is known color: Fiery Orange. HEX triplet: B1, 57 and 1E. RGB value is (177,87,30). Sum of RGB (Red+Green+Blue) = 177+87+30=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1571E is #4EA8E1. Grayscale: #6B6B6B. Windows color (decimal): -5155042 or 1988529. OLE color: 1988529.
HSL color Cylindrical-coordinate representation of color #B1571E: hue angle of 23.27º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1571E is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 30 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.31 |
| HSL | 23.27º | 0.71% | 0.41% | - |
| HSV(B) | 23.27º | 0.83% | 0.69% | - |
| XYZ | 21.77 | 16.26 | 3.22 | - |
| YUV | 107.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 30 | 0 | 0.51 | 0.83 | 0.31 | 23.27 | 0.71 | 0.41 |
| Hex | B1 | 57 | 1E | 0 | 33 | 53 | 1F | 17 | 47 | 29 |
| Octal | 261 | 127 | 36 | 0 | 63 | 123 | 37 | 27 | 107 | 51 |
| Binary | 10110001 | 1010111 | 11110 | 0 | 110011 | 1010011 | 11111 | 10111 | 1000111 | 101001 |
Color Harmonies of #B1571E
Complementary color
Monochromatic Colors of #B1571E
Black with #B1571E
Text Example
Text Example
White with #B1571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1571E; }
p { color: rgb(177,87,30); }
H1.HeaderClassName
{
color: #B1571E;
}
.AnyTagClassName
{
color: #B1571E;
}
</style>
background-color css
<style>
a { background-color: #B1571E; }
a { background-color: rgb(177,87,30); }
div.DivClassName
{
background-color: #B1571E;
}
.BgClassName
{
background-color: #B1571E;
}
</style>
border-color css
<style>
span { border-color: #B1571E; }
span { border-color: rgb(177,87,30); }
td.TdClassName
{
border-color: #B1571E;
}
.TagClassName
{
border-color: #B1571E;
}
</style>