Shades of Fiery Orange #B1582E
Tints of Fiery Orange #B1582E
RGB
CMYK
RGB Variations
Color information
#B1582E (or 0xB1582E) is known color: Fiery Orange. HEX triplet: B1, 58 and 2E. RGB value is (177,88,46). Sum of RGB (Red+Green+Blue) = 177+88+46=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1582E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1582E is #4EA7D1. Grayscale: #6E6E6E. Windows color (decimal): -5154770 or 3037361. OLE color: 3037361.
HSL color Cylindrical-coordinate representation of color #B1582E: hue angle of 19.24º 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 #B1582E is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 46 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.31 |
| HSL | 19.24º | 0.59% | 0.44% | - |
| HSV(B) | 19.24º | 0.74% | 0.69% | - |
| XYZ | 22.11 | 16.52 | 4.61 | - |
| YUV | 109.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 46 | 0 | 0.50 | 0.74 | 0.31 | 19.24 | 0.59 | 0.44 |
| Hex | B1 | 58 | 2E | 0 | 32 | 4A | 1F | 13 | 3B | 2C |
| Octal | 261 | 130 | 56 | 0 | 62 | 112 | 37 | 23 | 73 | 54 |
| Binary | 10110001 | 1011000 | 101110 | 0 | 110010 | 1001010 | 11111 | 10011 | 111011 | 101100 |
Color Harmonies of #B1582E
Complementary color
Monochromatic Colors of #B1582E
Black with #B1582E
Text Example
Text Example
White with #B1582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1582E; }
p { color: rgb(177,88,46); }
H1.HeaderClassName
{
color: #B1582E;
}
.AnyTagClassName
{
color: #B1582E;
}
</style>
background-color css
<style>
a { background-color: #B1582E; }
a { background-color: rgb(177,88,46); }
div.DivClassName
{
background-color: #B1582E;
}
.BgClassName
{
background-color: #B1582E;
}
</style>
border-color css
<style>
span { border-color: #B1582E; }
span { border-color: rgb(177,88,46); }
td.TdClassName
{
border-color: #B1582E;
}
.TagClassName
{
border-color: #B1582E;
}
</style>