Shades of Fiery Orange #B1602B
Tints of Fiery Orange #B1602B
RGB
CMYK
RGB Variations
Color information
#B1602B (or 0xB1602B) is known color: Fiery Orange. HEX triplet: B1, 60 and 2B. RGB value is (177,96,43). Sum of RGB (Red+Green+Blue) = 177+96+43=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B1602B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1602B is #4E9FD4. Grayscale: #727272. Windows color (decimal): -5152725 or 2842801. OLE color: 2842801.
HSL color Cylindrical-coordinate representation of color #B1602B: hue angle of 23.73º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1602B is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 43 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.31 |
| HSL | 23.73º | 0.61% | 0.43% | - |
| HSV(B) | 23.73º | 0.76% | 0.69% | - |
| XYZ | 22.75 | 17.89 | 4.54 | - |
| YUV | 114.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 43 | 0 | 0.46 | 0.76 | 0.31 | 23.73 | 0.61 | 0.43 |
| Hex | B1 | 60 | 2B | 0 | 2E | 4C | 1F | 18 | 3D | 2B |
| Octal | 261 | 140 | 53 | 0 | 56 | 114 | 37 | 30 | 75 | 53 |
| Binary | 10110001 | 1100000 | 101011 | 0 | 101110 | 1001100 | 11111 | 11000 | 111101 | 101011 |
Color Harmonies of #B1602B
Complementary color
Monochromatic Colors of #B1602B
Black with #B1602B
Text Example
Text Example
White with #B1602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1602B; }
p { color: rgb(177,96,43); }
H1.HeaderClassName
{
color: #B1602B;
}
.AnyTagClassName
{
color: #B1602B;
}
</style>
background-color css
<style>
a { background-color: #B1602B; }
a { background-color: rgb(177,96,43); }
div.DivClassName
{
background-color: #B1602B;
}
.BgClassName
{
background-color: #B1602B;
}
</style>
border-color css
<style>
span { border-color: #B1602B; }
span { border-color: rgb(177,96,43); }
td.TdClassName
{
border-color: #B1602B;
}
.TagClassName
{
border-color: #B1602B;
}
</style>