Shades of Fiery Orange #B3561B
Tints of Fiery Orange #B3561B
RGB
CMYK
RGB Variations
Color information
#B3561B (or 0xB3561B) is known color: Fiery Orange. HEX triplet: B3, 56 and 1B. RGB value is (179,86,27). Sum of RGB (Red+Green+Blue) = 179+86+27=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3561B is #4CA9E4. Grayscale: #6B6B6B. Windows color (decimal): -5024229 or 1791667. OLE color: 1791667.
HSL color Cylindrical-coordinate representation of color #B3561B: hue angle of 23.29º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3561B is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 86 | 27 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.30 |
| HSL | 23.29º | 0.74% | 0.4% | - |
| HSV(B) | 23.29º | 0.85% | 0.7% | - |
| XYZ | 22.12 | 16.32 | 3.02 | - |
| YUV | 107.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 27 | 0 | 0.52 | 0.85 | 0.30 | 23.29 | 0.74 | 0.4 |
| Hex | B3 | 56 | 1B | 0 | 34 | 55 | 1E | 17 | 4A | 28 |
| Octal | 263 | 126 | 33 | 0 | 64 | 125 | 36 | 27 | 112 | 50 |
| Binary | 10110011 | 1010110 | 11011 | 0 | 110100 | 1010101 | 11110 | 10111 | 1001010 | 101000 |
Color Harmonies of #B3561B
Complementary color
Monochromatic Colors of #B3561B
Black with #B3561B
Text Example
Text Example
White with #B3561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3561B; }
p { color: rgb(179,86,27); }
H1.HeaderClassName
{
color: #B3561B;
}
.AnyTagClassName
{
color: #B3561B;
}
</style>
background-color css
<style>
a { background-color: #B3561B; }
a { background-color: rgb(179,86,27); }
div.DivClassName
{
background-color: #B3561B;
}
.BgClassName
{
background-color: #B3561B;
}
</style>
border-color css
<style>
span { border-color: #B3561B; }
span { border-color: rgb(179,86,27); }
td.TdClassName
{
border-color: #B3561B;
}
.TagClassName
{
border-color: #B3561B;
}
</style>