Shades of Fiery Orange #B3592F
Tints of Fiery Orange #B3592F
RGB
CMYK
RGB Variations
Color information
#B3592F (or 0xB3592F) is known color: Fiery Orange. HEX triplet: B3, 59 and 2F. RGB value is (179,89,47). Sum of RGB (Red+Green+Blue) = 179+89+47=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B3592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3592F is #4CA6D0. Grayscale: #6F6F6F. Windows color (decimal): -5023441 or 3103155. OLE color: 3103155.
HSL color Cylindrical-coordinate representation of color #B3592F: hue angle of 19.09º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3592F is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 89 | 47 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.30 |
| HSL | 19.09º | 0.58% | 0.44% | - |
| HSV(B) | 19.09º | 0.74% | 0.7% | - |
| XYZ | 22.68 | 16.93 | 4.76 | - |
| YUV | 111.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 47 | 0 | 0.50 | 0.74 | 0.30 | 19.09 | 0.58 | 0.44 |
| Hex | B3 | 59 | 2F | 0 | 32 | 4A | 1E | 13 | 3A | 2C |
| Octal | 263 | 131 | 57 | 0 | 62 | 112 | 36 | 23 | 72 | 54 |
| Binary | 10110011 | 1011001 | 101111 | 0 | 110010 | 1001010 | 11110 | 10011 | 111010 | 101100 |
Color Harmonies of #B3592F
Complementary color
Monochromatic Colors of #B3592F
Black with #B3592F
Text Example
Text Example
White with #B3592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3592F; }
p { color: rgb(179,89,47); }
H1.HeaderClassName
{
color: #B3592F;
}
.AnyTagClassName
{
color: #B3592F;
}
</style>
background-color css
<style>
a { background-color: #B3592F; }
a { background-color: rgb(179,89,47); }
div.DivClassName
{
background-color: #B3592F;
}
.BgClassName
{
background-color: #B3592F;
}
</style>
border-color css
<style>
span { border-color: #B3592F; }
span { border-color: rgb(179,89,47); }
td.TdClassName
{
border-color: #B3592F;
}
.TagClassName
{
border-color: #B3592F;
}
</style>