Shades of Fiery Orange #B4562C
Tints of Fiery Orange #B4562C
RGB
CMYK
RGB Variations
Color information
#B4562C (or 0xB4562C) is known color: Fiery Orange. HEX triplet: B4, 56 and 2C. RGB value is (180,86,44). Sum of RGB (Red+Green+Blue) = 180+86+44=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4562C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4562C is #4BA9D3. Grayscale: #6D6D6D. Windows color (decimal): -4958676 or 2905780. OLE color: 2905780.
HSL color Cylindrical-coordinate representation of color #B4562C: hue angle of 18.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4562C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 44 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.29 |
| HSL | 18.53º | 0.61% | 0.44% | - |
| HSV(B) | 18.53º | 0.76% | 0.71% | - |
| XYZ | 22.6 | 16.54 | 4.38 | - |
| YUV | 109.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 44 | 0 | 0.52 | 0.76 | 0.29 | 18.53 | 0.61 | 0.44 |
| Hex | B4 | 56 | 2C | 0 | 34 | 4C | 1D | 13 | 3D | 2C |
| Octal | 264 | 126 | 54 | 0 | 64 | 114 | 35 | 23 | 75 | 54 |
| Binary | 10110100 | 1010110 | 101100 | 0 | 110100 | 1001100 | 11101 | 10011 | 111101 | 101100 |
Color Harmonies of #B4562C
Complementary color
Monochromatic Colors of #B4562C
Black with #B4562C
Text Example
Text Example
White with #B4562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4562C; }
p { color: rgb(180,86,44); }
H1.HeaderClassName
{
color: #B4562C;
}
.AnyTagClassName
{
color: #B4562C;
}
</style>
background-color css
<style>
a { background-color: #B4562C; }
a { background-color: rgb(180,86,44); }
div.DivClassName
{
background-color: #B4562C;
}
.BgClassName
{
background-color: #B4562C;
}
</style>
border-color css
<style>
span { border-color: #B4562C; }
span { border-color: rgb(180,86,44); }
td.TdClassName
{
border-color: #B4562C;
}
.TagClassName
{
border-color: #B4562C;
}
</style>