Shades of Fiery Orange #B0562B
Tints of Fiery Orange #B0562B
RGB
CMYK
RGB Variations
Color information
#B0562B (or 0xB0562B) is known color: Fiery Orange. HEX triplet: B0, 56 and 2B. RGB value is (176,86,43). Sum of RGB (Red+Green+Blue) = 176+86+43=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0562B is #4FA9D4. Grayscale: #6C6C6C. Windows color (decimal): -5220821 or 2840240. OLE color: 2840240.
HSL color Cylindrical-coordinate representation of color #B0562B: hue angle of 19.4º 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 #B0562B is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 43 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.31 |
| HSL | 19.4º | 0.61% | 0.43% | - |
| HSV(B) | 19.4º | 0.76% | 0.69% | - |
| XYZ | 21.67 | 16.06 | 4.24 | - |
| YUV | 108.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 43 | 0 | 0.51 | 0.76 | 0.31 | 19.4 | 0.61 | 0.43 |
| Hex | B0 | 56 | 2B | 0 | 33 | 4C | 1F | 13 | 3D | 2B |
| Octal | 260 | 126 | 53 | 0 | 63 | 114 | 37 | 23 | 75 | 53 |
| Binary | 10110000 | 1010110 | 101011 | 0 | 110011 | 1001100 | 11111 | 10011 | 111101 | 101011 |
Color Harmonies of #B0562B
Complementary color
Monochromatic Colors of #B0562B
Black with #B0562B
Text Example
Text Example
White with #B0562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0562B; }
p { color: rgb(176,86,43); }
H1.HeaderClassName
{
color: #B0562B;
}
.AnyTagClassName
{
color: #B0562B;
}
</style>
background-color css
<style>
a { background-color: #B0562B; }
a { background-color: rgb(176,86,43); }
div.DivClassName
{
background-color: #B0562B;
}
.BgClassName
{
background-color: #B0562B;
}
</style>
border-color css
<style>
span { border-color: #B0562B; }
span { border-color: rgb(176,86,43); }
td.TdClassName
{
border-color: #B0562B;
}
.TagClassName
{
border-color: #B0562B;
}
</style>