Shades of Fiery Orange #B1582D
Tints of Fiery Orange #B1582D
RGB
CMYK
RGB Variations
Color information
#B1582D (or 0xB1582D) is known color: Fiery Orange. HEX triplet: B1, 58 and 2D. RGB value is (177,88,45). Sum of RGB (Red+Green+Blue) = 177+88+45=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1582D is #4EA7D2. Grayscale: #6D6D6D. Windows color (decimal): -5154771 or 2971825. OLE color: 2971825.
HSL color Cylindrical-coordinate representation of color #B1582D: hue angle of 19.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1582D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 45 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.31 |
| HSL | 19.55º | 0.59% | 0.44% | - |
| HSV(B) | 19.55º | 0.75% | 0.69% | - |
| XYZ | 22.09 | 16.52 | 4.51 | - |
| YUV | 109.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 45 | 0 | 0.50 | 0.75 | 0.31 | 19.55 | 0.59 | 0.44 |
| Hex | B1 | 58 | 2D | 0 | 32 | 4B | 1F | 14 | 3B | 2C |
| Octal | 261 | 130 | 55 | 0 | 62 | 113 | 37 | 24 | 73 | 54 |
| Binary | 10110001 | 1011000 | 101101 | 0 | 110010 | 1001011 | 11111 | 10100 | 111011 | 101100 |
Color Harmonies of #B1582D
Complementary color
Monochromatic Colors of #B1582D
Black with #B1582D
Text Example
Text Example
White with #B1582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1582D; }
p { color: rgb(177,88,45); }
H1.HeaderClassName
{
color: #B1582D;
}
.AnyTagClassName
{
color: #B1582D;
}
</style>
background-color css
<style>
a { background-color: #B1582D; }
a { background-color: rgb(177,88,45); }
div.DivClassName
{
background-color: #B1582D;
}
.BgClassName
{
background-color: #B1582D;
}
</style>
border-color css
<style>
span { border-color: #B1582D; }
span { border-color: rgb(177,88,45); }
td.TdClassName
{
border-color: #B1582D;
}
.TagClassName
{
border-color: #B1582D;
}
</style>