Shades of Fiery Orange #B4581E
Tints of Fiery Orange #B4581E
RGB
CMYK
RGB Variations
Color information
#B4581E (or 0xB4581E) is known color: Fiery Orange. HEX triplet: B4, 58 and 1E. RGB value is (180,88,30). Sum of RGB (Red+Green+Blue) = 180+88+30=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B4581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4581E is #4BA7E1. Grayscale: #6D6D6D. Windows color (decimal): -4958178 or 1988788. OLE color: 1988788.
HSL color Cylindrical-coordinate representation of color #B4581E: hue angle of 23.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4581E is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 30 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.29 |
| HSL | 23.2º | 0.71% | 0.41% | - |
| HSV(B) | 23.2º | 0.83% | 0.71% | - |
| XYZ | 22.55 | 16.78 | 3.28 | - |
| YUV | 108.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 30 | 0 | 0.51 | 0.83 | 0.29 | 23.2 | 0.71 | 0.41 |
| Hex | B4 | 58 | 1E | 0 | 33 | 53 | 1D | 17 | 47 | 29 |
| Octal | 264 | 130 | 36 | 0 | 63 | 123 | 35 | 27 | 107 | 51 |
| Binary | 10110100 | 1011000 | 11110 | 0 | 110011 | 1010011 | 11101 | 10111 | 1000111 | 101001 |
Color Harmonies of #B4581E
Complementary color
Monochromatic Colors of #B4581E
Black with #B4581E
Text Example
Text Example
White with #B4581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4581E; }
p { color: rgb(180,88,30); }
H1.HeaderClassName
{
color: #B4581E;
}
.AnyTagClassName
{
color: #B4581E;
}
</style>
background-color css
<style>
a { background-color: #B4581E; }
a { background-color: rgb(180,88,30); }
div.DivClassName
{
background-color: #B4581E;
}
.BgClassName
{
background-color: #B4581E;
}
</style>
border-color css
<style>
span { border-color: #B4581E; }
span { border-color: rgb(180,88,30); }
td.TdClassName
{
border-color: #B4581E;
}
.TagClassName
{
border-color: #B4581E;
}
</style>