Shades of Fiery Orange #B16121
Tints of Fiery Orange #B16121
RGB
CMYK
RGB Variations
Color information
#B16121 (or 0xB16121) is known color: Fiery Orange. HEX triplet: B1, 61 and 21. RGB value is (177,97,33). Sum of RGB (Red+Green+Blue) = 177+97+33=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B16121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16121 is #4E9EDE. Grayscale: #717171. Windows color (decimal): -5152479 or 2187697. OLE color: 2187697.
HSL color Cylindrical-coordinate representation of color #B16121: hue angle of 26.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B16121 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 33 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.31 |
| HSL | 26.67º | 0.69% | 0.41% | - |
| HSV(B) | 26.67º | 0.81% | 0.69% | - |
| XYZ | 22.68 | 18.01 | 3.72 | - |
| YUV | 113.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 33 | 0 | 0.45 | 0.81 | 0.31 | 26.67 | 0.69 | 0.41 |
| Hex | B1 | 61 | 21 | 0 | 2D | 51 | 1F | 1B | 45 | 29 |
| Octal | 261 | 141 | 41 | 0 | 55 | 121 | 37 | 33 | 105 | 51 |
| Binary | 10110001 | 1100001 | 100001 | 0 | 101101 | 1010001 | 11111 | 11011 | 1000101 | 101001 |
Color Harmonies of #B16121
Complementary color
Monochromatic Colors of #B16121
Black with #B16121
Text Example
Text Example
White with #B16121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16121; }
p { color: rgb(177,97,33); }
H1.HeaderClassName
{
color: #B16121;
}
.AnyTagClassName
{
color: #B16121;
}
</style>
background-color css
<style>
a { background-color: #B16121; }
a { background-color: rgb(177,97,33); }
div.DivClassName
{
background-color: #B16121;
}
.BgClassName
{
background-color: #B16121;
}
</style>
border-color css
<style>
span { border-color: #B16121; }
span { border-color: rgb(177,97,33); }
td.TdClassName
{
border-color: #B16121;
}
.TagClassName
{
border-color: #B16121;
}
</style>