Shades of Fiery Orange #B4592D
Tints of Fiery Orange #B4592D
RGB
CMYK
RGB Variations
Color information
#B4592D (or 0xB4592D) is known color: Fiery Orange. HEX triplet: B4, 59 and 2D. RGB value is (180,89,45). Sum of RGB (Red+Green+Blue) = 180+89+45=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B4592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4592D is #4BA6D2. Grayscale: #6F6F6F. Windows color (decimal): -4957907 or 2972084. OLE color: 2972084.
HSL color Cylindrical-coordinate representation of color #B4592D: hue angle of 19.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4592D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 45 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.29 |
| HSL | 19.56º | 0.6% | 0.44% | - |
| HSV(B) | 19.56º | 0.75% | 0.71% | - |
| XYZ | 22.87 | 17.04 | 4.57 | - |
| YUV | 111.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 45 | 0 | 0.51 | 0.75 | 0.29 | 19.56 | 0.6 | 0.44 |
| Hex | B4 | 59 | 2D | 0 | 33 | 4B | 1D | 14 | 3C | 2C |
| Octal | 264 | 131 | 55 | 0 | 63 | 113 | 35 | 24 | 74 | 54 |
| Binary | 10110100 | 1011001 | 101101 | 0 | 110011 | 1001011 | 11101 | 10100 | 111100 | 101100 |
Color Harmonies of #B4592D
Complementary color
Monochromatic Colors of #B4592D
Black with #B4592D
Text Example
Text Example
White with #B4592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4592D; }
p { color: rgb(180,89,45); }
H1.HeaderClassName
{
color: #B4592D;
}
.AnyTagClassName
{
color: #B4592D;
}
</style>
background-color css
<style>
a { background-color: #B4592D; }
a { background-color: rgb(180,89,45); }
div.DivClassName
{
background-color: #B4592D;
}
.BgClassName
{
background-color: #B4592D;
}
</style>
border-color css
<style>
span { border-color: #B4592D; }
span { border-color: rgb(180,89,45); }
td.TdClassName
{
border-color: #B4592D;
}
.TagClassName
{
border-color: #B4592D;
}
</style>