Shades of Fiery Orange #B4612E
Tints of Fiery Orange #B4612E
RGB
CMYK
RGB Variations
Color information
#B4612E (or 0xB4612E) is known color: Fiery Orange. HEX triplet: B4, 61 and 2E. RGB value is (180,97,46). Sum of RGB (Red+Green+Blue) = 180+97+46=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4612E is #4B9ED1. Grayscale: #747474. Windows color (decimal): -4955858 or 3039668. OLE color: 3039668.
HSL color Cylindrical-coordinate representation of color #B4612E: hue angle of 22.84º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4612E is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 97 | 46 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.29 |
| HSL | 22.84º | 0.59% | 0.44% | - |
| HSV(B) | 22.84º | 0.74% | 0.71% | - |
| XYZ | 23.59 | 18.45 | 4.9 | - |
| YUV | 116 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 46 | 0 | 0.46 | 0.74 | 0.29 | 22.84 | 0.59 | 0.44 |
| Hex | B4 | 61 | 2E | 0 | 2E | 4A | 1D | 17 | 3B | 2C |
| Octal | 264 | 141 | 56 | 0 | 56 | 112 | 35 | 27 | 73 | 54 |
| Binary | 10110100 | 1100001 | 101110 | 0 | 101110 | 1001010 | 11101 | 10111 | 111011 | 101100 |
Color Harmonies of #B4612E
Complementary color
Monochromatic Colors of #B4612E
Black with #B4612E
Text Example
Text Example
White with #B4612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4612E; }
p { color: rgb(180,97,46); }
H1.HeaderClassName
{
color: #B4612E;
}
.AnyTagClassName
{
color: #B4612E;
}
</style>
background-color css
<style>
a { background-color: #B4612E; }
a { background-color: rgb(180,97,46); }
div.DivClassName
{
background-color: #B4612E;
}
.BgClassName
{
background-color: #B4612E;
}
</style>
border-color css
<style>
span { border-color: #B4612E; }
span { border-color: rgb(180,97,46); }
td.TdClassName
{
border-color: #B4612E;
}
.TagClassName
{
border-color: #B4612E;
}
</style>