Shades of Fiery Orange #B0622A
Tints of Fiery Orange #B0622A
RGB
CMYK
RGB Variations
Color information
#B0622A (or 0xB0622A) is known color: Fiery Orange. HEX triplet: B0, 62 and 2A. RGB value is (176,98,42). Sum of RGB (Red+Green+Blue) = 176+98+42=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0622A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0622A is #4F9DD5. Grayscale: #737373. Windows color (decimal): -5217750 or 2777776. OLE color: 2777776.
HSL color Cylindrical-coordinate representation of color #B0622A: hue angle of 25.07º 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 #B0622A is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 42 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.31 |
| HSL | 25.07º | 0.61% | 0.43% | - |
| HSV(B) | 25.07º | 0.76% | 0.69% | - |
| XYZ | 22.69 | 18.13 | 4.49 | - |
| YUV | 114.94 | 86.84 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 42 | 0 | 0.44 | 0.76 | 0.31 | 25.07 | 0.61 | 0.43 |
| Hex | B0 | 62 | 2A | 0 | 2C | 4C | 1F | 19 | 3D | 2B |
| Octal | 260 | 142 | 52 | 0 | 54 | 114 | 37 | 31 | 75 | 53 |
| Binary | 10110000 | 1100010 | 101010 | 0 | 101100 | 1001100 | 11111 | 11001 | 111101 | 101011 |
Color Harmonies of #B0622A
Complementary color
Monochromatic Colors of #B0622A
Black with #B0622A
Text Example
Text Example
White with #B0622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0622A; }
p { color: rgb(176,98,42); }
H1.HeaderClassName
{
color: #B0622A;
}
.AnyTagClassName
{
color: #B0622A;
}
</style>
background-color css
<style>
a { background-color: #B0622A; }
a { background-color: rgb(176,98,42); }
div.DivClassName
{
background-color: #B0622A;
}
.BgClassName
{
background-color: #B0622A;
}
</style>
border-color css
<style>
span { border-color: #B0622A; }
span { border-color: rgb(176,98,42); }
td.TdClassName
{
border-color: #B0622A;
}
.TagClassName
{
border-color: #B0622A;
}
</style>