Shades of Fiery Orange #B2561C
Tints of Fiery Orange #B2561C
RGB
CMYK
RGB Variations
Color information
#B2561C (or 0xB2561C) is known color: Fiery Orange. HEX triplet: B2, 56 and 1C. RGB value is (178,86,28). Sum of RGB (Red+Green+Blue) = 178+86+28=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2561C is #4DA9E3. Grayscale: #6B6B6B. Windows color (decimal): -5089764 or 1857202. OLE color: 1857202.
HSL color Cylindrical-coordinate representation of color #B2561C: hue angle of 23.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2561C is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 28 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.30 |
| HSL | 23.2º | 0.73% | 0.4% | - |
| HSV(B) | 23.2º | 0.84% | 0.7% | - |
| XYZ | 21.9 | 16.2 | 3.07 | - |
| YUV | 106.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 28 | 0 | 0.52 | 0.84 | 0.30 | 23.2 | 0.73 | 0.4 |
| Hex | B2 | 56 | 1C | 0 | 34 | 54 | 1E | 17 | 49 | 28 |
| Octal | 262 | 126 | 34 | 0 | 64 | 124 | 36 | 27 | 111 | 50 |
| Binary | 10110010 | 1010110 | 11100 | 0 | 110100 | 1010100 | 11110 | 10111 | 1001001 | 101000 |
Color Harmonies of #B2561C
Complementary color
Monochromatic Colors of #B2561C
Black with #B2561C
Text Example
Text Example
White with #B2561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2561C; }
p { color: rgb(178,86,28); }
H1.HeaderClassName
{
color: #B2561C;
}
.AnyTagClassName
{
color: #B2561C;
}
</style>
background-color css
<style>
a { background-color: #B2561C; }
a { background-color: rgb(178,86,28); }
div.DivClassName
{
background-color: #B2561C;
}
.BgClassName
{
background-color: #B2561C;
}
</style>
border-color css
<style>
span { border-color: #B2561C; }
span { border-color: rgb(178,86,28); }
td.TdClassName
{
border-color: #B2561C;
}
.TagClassName
{
border-color: #B2561C;
}
</style>