Shades of Fiery Orange #B2562B
Tints of Fiery Orange #B2562B
RGB
CMYK
RGB Variations
Color information
#B2562B (or 0xB2562B) is known color: Fiery Orange. HEX triplet: B2, 56 and 2B. RGB value is (178,86,43). Sum of RGB (Red+Green+Blue) = 178+86+43=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2562B is #4DA9D4. Grayscale: #6C6C6C. Windows color (decimal): -5089749 or 2840242. OLE color: 2840242.
HSL color Cylindrical-coordinate representation of color #B2562B: hue angle of 19.11º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2562B is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 43 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.30 |
| HSL | 19.11º | 0.61% | 0.43% | - |
| HSV(B) | 19.11º | 0.76% | 0.7% | - |
| XYZ | 22.12 | 16.29 | 4.26 | - |
| YUV | 108.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 43 | 0 | 0.52 | 0.76 | 0.30 | 19.11 | 0.61 | 0.43 |
| Hex | B2 | 56 | 2B | 0 | 34 | 4C | 1E | 13 | 3D | 2B |
| Octal | 262 | 126 | 53 | 0 | 64 | 114 | 36 | 23 | 75 | 53 |
| Binary | 10110010 | 1010110 | 101011 | 0 | 110100 | 1001100 | 11110 | 10011 | 111101 | 101011 |
Color Harmonies of #B2562B
Complementary color
Monochromatic Colors of #B2562B
Black with #B2562B
Text Example
Text Example
White with #B2562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2562B; }
p { color: rgb(178,86,43); }
H1.HeaderClassName
{
color: #B2562B;
}
.AnyTagClassName
{
color: #B2562B;
}
</style>
background-color css
<style>
a { background-color: #B2562B; }
a { background-color: rgb(178,86,43); }
div.DivClassName
{
background-color: #B2562B;
}
.BgClassName
{
background-color: #B2562B;
}
</style>
border-color css
<style>
span { border-color: #B2562B; }
span { border-color: rgb(178,86,43); }
td.TdClassName
{
border-color: #B2562B;
}
.TagClassName
{
border-color: #B2562B;
}
</style>