Shades of Fiery Orange #B0562C
Tints of Fiery Orange #B0562C
RGB
CMYK
RGB Variations
Color information
#B0562C (or 0xB0562C) is known color: Fiery Orange. HEX triplet: B0, 56 and 2C. RGB value is (176,86,44). Sum of RGB (Red+Green+Blue) = 176+86+44=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0562C is #4FA9D3. Grayscale: #6C6C6C. Windows color (decimal): -5220820 or 2905776. OLE color: 2905776.
HSL color Cylindrical-coordinate representation of color #B0562C: hue angle of 19.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0562C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 44 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.31 |
| HSL | 19.09º | 0.6% | 0.43% | - |
| HSV(B) | 19.09º | 0.75% | 0.69% | - |
| XYZ | 21.69 | 16.07 | 4.34 | - |
| YUV | 108.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 44 | 0 | 0.51 | 0.75 | 0.31 | 19.09 | 0.6 | 0.43 |
| Hex | B0 | 56 | 2C | 0 | 33 | 4B | 1F | 13 | 3C | 2B |
| Octal | 260 | 126 | 54 | 0 | 63 | 113 | 37 | 23 | 74 | 53 |
| Binary | 10110000 | 1010110 | 101100 | 0 | 110011 | 1001011 | 11111 | 10011 | 111100 | 101011 |
Color Harmonies of #B0562C
Complementary color
Monochromatic Colors of #B0562C
Black with #B0562C
Text Example
Text Example
White with #B0562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0562C; }
p { color: rgb(176,86,44); }
H1.HeaderClassName
{
color: #B0562C;
}
.AnyTagClassName
{
color: #B0562C;
}
</style>
background-color css
<style>
a { background-color: #B0562C; }
a { background-color: rgb(176,86,44); }
div.DivClassName
{
background-color: #B0562C;
}
.BgClassName
{
background-color: #B0562C;
}
</style>
border-color css
<style>
span { border-color: #B0562C; }
span { border-color: rgb(176,86,44); }
td.TdClassName
{
border-color: #B0562C;
}
.TagClassName
{
border-color: #B0562C;
}
</style>