Shades of Fiery Orange #B45C2C
Tints of Fiery Orange #B45C2C
RGB
CMYK
RGB Variations
Color information
#B45C2C (or 0xB45C2C) is known color: Fiery Orange. HEX triplet: B4, 5C and 2C. RGB value is (180,92,44). Sum of RGB (Red+Green+Blue) = 180+92+44=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C2C is #4BA3D3. Grayscale: #717171. Windows color (decimal): -4957140 or 2907316. OLE color: 2907316.
HSL color Cylindrical-coordinate representation of color #B45C2C: hue angle of 21.18º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B45C2C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 44 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.29 |
| HSL | 21.18º | 0.61% | 0.44% | - |
| HSV(B) | 21.18º | 0.76% | 0.71% | - |
| XYZ | 23.1 | 17.54 | 4.55 | - |
| YUV | 112.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 44 | 0 | 0.49 | 0.76 | 0.29 | 21.18 | 0.61 | 0.44 |
| Hex | B4 | 5C | 2C | 0 | 31 | 4C | 1D | 15 | 3D | 2C |
| Octal | 264 | 134 | 54 | 0 | 61 | 114 | 35 | 25 | 75 | 54 |
| Binary | 10110100 | 1011100 | 101100 | 0 | 110001 | 1001100 | 11101 | 10101 | 111101 | 101100 |
Color Harmonies of #B45C2C
Complementary color
Monochromatic Colors of #B45C2C
Black with #B45C2C
Text Example
Text Example
White with #B45C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C2C; }
p { color: rgb(180,92,44); }
H1.HeaderClassName
{
color: #B45C2C;
}
.AnyTagClassName
{
color: #B45C2C;
}
</style>
background-color css
<style>
a { background-color: #B45C2C; }
a { background-color: rgb(180,92,44); }
div.DivClassName
{
background-color: #B45C2C;
}
.BgClassName
{
background-color: #B45C2C;
}
</style>
border-color css
<style>
span { border-color: #B45C2C; }
span { border-color: rgb(180,92,44); }
td.TdClassName
{
border-color: #B45C2C;
}
.TagClassName
{
border-color: #B45C2C;
}
</style>