Shades of Fiery Orange #B5562D
Tints of Fiery Orange #B5562D
RGB
CMYK
RGB Variations
Color information
#B5562D (or 0xB5562D) is known color: Fiery Orange. HEX triplet: B5, 56 and 2D. RGB value is (181,86,45). Sum of RGB (Red+Green+Blue) = 181+86+45=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5562D is #4AA9D2. Grayscale: #6D6D6D. Windows color (decimal): -4893139 or 2971317. OLE color: 2971317.
HSL color Cylindrical-coordinate representation of color #B5562D: hue angle of 18.09º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5562D is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 45 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.29 |
| HSL | 18.09º | 0.6% | 0.44% | - |
| HSV(B) | 18.09º | 0.75% | 0.71% | - |
| XYZ | 22.86 | 16.67 | 4.5 | - |
| YUV | 109.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 45 | 0 | 0.52 | 0.75 | 0.29 | 18.09 | 0.6 | 0.44 |
| Hex | B5 | 56 | 2D | 0 | 34 | 4B | 1D | 12 | 3C | 2C |
| Octal | 265 | 126 | 55 | 0 | 64 | 113 | 35 | 22 | 74 | 54 |
| Binary | 10110101 | 1010110 | 101101 | 0 | 110100 | 1001011 | 11101 | 10010 | 111100 | 101100 |
Color Harmonies of #B5562D
Complementary color
Monochromatic Colors of #B5562D
Black with #B5562D
Text Example
Text Example
White with #B5562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5562D; }
p { color: rgb(181,86,45); }
H1.HeaderClassName
{
color: #B5562D;
}
.AnyTagClassName
{
color: #B5562D;
}
</style>
background-color css
<style>
a { background-color: #B5562D; }
a { background-color: rgb(181,86,45); }
div.DivClassName
{
background-color: #B5562D;
}
.BgClassName
{
background-color: #B5562D;
}
</style>
border-color css
<style>
span { border-color: #B5562D; }
span { border-color: rgb(181,86,45); }
td.TdClassName
{
border-color: #B5562D;
}
.TagClassName
{
border-color: #B5562D;
}
</style>