Shades of Fiery Orange #B3622E
Tints of Fiery Orange #B3622E
RGB
CMYK
RGB Variations
Color information
#B3622E (or 0xB3622E) is known color: Fiery Orange. HEX triplet: B3, 62 and 2E. RGB value is (179,98,46). Sum of RGB (Red+Green+Blue) = 179+98+46=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3622E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3622E is #4C9DD1. Grayscale: #747474. Windows color (decimal): -5021138 or 3039923. OLE color: 3039923.
HSL color Cylindrical-coordinate representation of color #B3622E: hue angle of 23.46º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3622E is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 46 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.30 |
| HSL | 23.46º | 0.59% | 0.44% | - |
| HSV(B) | 23.46º | 0.74% | 0.7% | - |
| XYZ | 23.45 | 18.52 | 4.92 | - |
| YUV | 116.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 46 | 0 | 0.45 | 0.74 | 0.30 | 23.46 | 0.59 | 0.44 |
| Hex | B3 | 62 | 2E | 0 | 2D | 4A | 1E | 17 | 3B | 2C |
| Octal | 263 | 142 | 56 | 0 | 55 | 112 | 36 | 27 | 73 | 54 |
| Binary | 10110011 | 1100010 | 101110 | 0 | 101101 | 1001010 | 11110 | 10111 | 111011 | 101100 |
Color Harmonies of #B3622E
Complementary color
Monochromatic Colors of #B3622E
Black with #B3622E
Text Example
Text Example
White with #B3622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3622E; }
p { color: rgb(179,98,46); }
H1.HeaderClassName
{
color: #B3622E;
}
.AnyTagClassName
{
color: #B3622E;
}
</style>
background-color css
<style>
a { background-color: #B3622E; }
a { background-color: rgb(179,98,46); }
div.DivClassName
{
background-color: #B3622E;
}
.BgClassName
{
background-color: #B3622E;
}
</style>
border-color css
<style>
span { border-color: #B3622E; }
span { border-color: rgb(179,98,46); }
td.TdClassName
{
border-color: #B3622E;
}
.TagClassName
{
border-color: #B3622E;
}
</style>