Shades of Fiery Orange #B1622E
Tints of Fiery Orange #B1622E
RGB
CMYK
RGB Variations
Color information
#B1622E (or 0xB1622E) is known color: Fiery Orange. HEX triplet: B1, 62 and 2E. RGB value is (177,98,46). Sum of RGB (Red+Green+Blue) = 177+98+46=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1622E is #4E9DD1. Grayscale: #737373. Windows color (decimal): -5152210 or 3039921. OLE color: 3039921.
HSL color Cylindrical-coordinate representation of color #B1622E: hue angle of 23.82º 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 #B1622E is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 46 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.31 |
| HSL | 23.82º | 0.59% | 0.44% | - |
| HSV(B) | 23.82º | 0.74% | 0.69% | - |
| XYZ | 22.99 | 18.28 | 4.9 | - |
| YUV | 115.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 46 | 0 | 0.45 | 0.74 | 0.31 | 23.82 | 0.59 | 0.44 |
| Hex | B1 | 62 | 2E | 0 | 2D | 4A | 1F | 18 | 3B | 2C |
| Octal | 261 | 142 | 56 | 0 | 55 | 112 | 37 | 30 | 73 | 54 |
| Binary | 10110001 | 1100010 | 101110 | 0 | 101101 | 1001010 | 11111 | 11000 | 111011 | 101100 |
Color Harmonies of #B1622E
Complementary color
Monochromatic Colors of #B1622E
Black with #B1622E
Text Example
Text Example
White with #B1622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1622E; }
p { color: rgb(177,98,46); }
H1.HeaderClassName
{
color: #B1622E;
}
.AnyTagClassName
{
color: #B1622E;
}
</style>
background-color css
<style>
a { background-color: #B1622E; }
a { background-color: rgb(177,98,46); }
div.DivClassName
{
background-color: #B1622E;
}
.BgClassName
{
background-color: #B1622E;
}
</style>
border-color css
<style>
span { border-color: #B1622E; }
span { border-color: rgb(177,98,46); }
td.TdClassName
{
border-color: #B1622E;
}
.TagClassName
{
border-color: #B1622E;
}
</style>