Shades of Fiery Orange #B0622D
Tints of Fiery Orange #B0622D
RGB
CMYK
RGB Variations
Color information
#B0622D (or 0xB0622D) is known color: Fiery Orange. HEX triplet: B0, 62 and 2D. RGB value is (176,98,45). Sum of RGB (Red+Green+Blue) = 176+98+45=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0622D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0622D is #4F9DD2. Grayscale: #737373. Windows color (decimal): -5217747 or 2974384. OLE color: 2974384.
HSL color Cylindrical-coordinate representation of color #B0622D: hue angle of 24.27º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0622D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 45 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.31 |
| HSL | 24.27º | 0.59% | 0.43% | - |
| HSV(B) | 24.27º | 0.74% | 0.69% | - |
| XYZ | 22.75 | 18.15 | 4.79 | - |
| YUV | 115.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 45 | 0 | 0.44 | 0.74 | 0.31 | 24.27 | 0.59 | 0.43 |
| Hex | B0 | 62 | 2D | 0 | 2C | 4A | 1F | 18 | 3B | 2B |
| Octal | 260 | 142 | 55 | 0 | 54 | 112 | 37 | 30 | 73 | 53 |
| Binary | 10110000 | 1100010 | 101101 | 0 | 101100 | 1001010 | 11111 | 11000 | 111011 | 101011 |
Color Harmonies of #B0622D
Complementary color
Monochromatic Colors of #B0622D
Black with #B0622D
Text Example
Text Example
White with #B0622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0622D; }
p { color: rgb(176,98,45); }
H1.HeaderClassName
{
color: #B0622D;
}
.AnyTagClassName
{
color: #B0622D;
}
</style>
background-color css
<style>
a { background-color: #B0622D; }
a { background-color: rgb(176,98,45); }
div.DivClassName
{
background-color: #B0622D;
}
.BgClassName
{
background-color: #B0622D;
}
</style>
border-color css
<style>
span { border-color: #B0622D; }
span { border-color: rgb(176,98,45); }
td.TdClassName
{
border-color: #B0622D;
}
.TagClassName
{
border-color: #B0622D;
}
</style>