Shades of Fiery Orange #B0562D
Tints of Fiery Orange #B0562D
RGB
CMYK
RGB Variations
Color information
#B0562D (or 0xB0562D) is known color: Fiery Orange. HEX triplet: B0, 56 and 2D. RGB value is (176,86,45). Sum of RGB (Red+Green+Blue) = 176+86+45=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0562D is #4FA9D2. Grayscale: #6C6C6C. Windows color (decimal): -5220819 or 2971312. OLE color: 2971312.
HSL color Cylindrical-coordinate representation of color #B0562D: hue angle of 18.78º 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 #B0562D is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 45 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.31 |
| HSL | 18.78º | 0.59% | 0.43% | - |
| HSV(B) | 18.78º | 0.74% | 0.69% | - |
| XYZ | 21.71 | 16.08 | 4.44 | - |
| YUV | 108.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 45 | 0 | 0.51 | 0.74 | 0.31 | 18.78 | 0.59 | 0.43 |
| Hex | B0 | 56 | 2D | 0 | 33 | 4A | 1F | 13 | 3B | 2B |
| Octal | 260 | 126 | 55 | 0 | 63 | 112 | 37 | 23 | 73 | 53 |
| Binary | 10110000 | 1010110 | 101101 | 0 | 110011 | 1001010 | 11111 | 10011 | 111011 | 101011 |
Color Harmonies of #B0562D
Complementary color
Monochromatic Colors of #B0562D
Black with #B0562D
Text Example
Text Example
White with #B0562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0562D; }
p { color: rgb(176,86,45); }
H1.HeaderClassName
{
color: #B0562D;
}
.AnyTagClassName
{
color: #B0562D;
}
</style>
background-color css
<style>
a { background-color: #B0562D; }
a { background-color: rgb(176,86,45); }
div.DivClassName
{
background-color: #B0562D;
}
.BgClassName
{
background-color: #B0562D;
}
</style>
border-color css
<style>
span { border-color: #B0562D; }
span { border-color: rgb(176,86,45); }
td.TdClassName
{
border-color: #B0562D;
}
.TagClassName
{
border-color: #B0562D;
}
</style>