Shades of Fiery Orange #B45C2A
Tints of Fiery Orange #B45C2A
RGB
CMYK
RGB Variations
Color information
#B45C2A (or 0xB45C2A) is known color: Fiery Orange. HEX triplet: B4, 5C and 2A. RGB value is (180,92,42). Sum of RGB (Red+Green+Blue) = 180+92+42=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C2A is #4BA3D5. Grayscale: #707070. Windows color (decimal): -4957142 or 2776244. OLE color: 2776244.
HSL color Cylindrical-coordinate representation of color #B45C2A: hue angle of 21.74º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B45C2A is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 42 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.29 |
| HSL | 21.74º | 0.62% | 0.44% | - |
| HSV(B) | 21.74º | 0.77% | 0.71% | - |
| XYZ | 23.07 | 17.52 | 4.36 | - |
| YUV | 112.61 | 88.15 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 42 | 0 | 0.49 | 0.77 | 0.29 | 21.74 | 0.62 | 0.44 |
| Hex | B4 | 5C | 2A | 0 | 31 | 4D | 1D | 16 | 3E | 2C |
| Octal | 264 | 134 | 52 | 0 | 61 | 115 | 35 | 26 | 76 | 54 |
| Binary | 10110100 | 1011100 | 101010 | 0 | 110001 | 1001101 | 11101 | 10110 | 111110 | 101100 |
Color Harmonies of #B45C2A
Complementary color
Monochromatic Colors of #B45C2A
Black with #B45C2A
Text Example
Text Example
White with #B45C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C2A; }
p { color: rgb(180,92,42); }
H1.HeaderClassName
{
color: #B45C2A;
}
.AnyTagClassName
{
color: #B45C2A;
}
</style>
background-color css
<style>
a { background-color: #B45C2A; }
a { background-color: rgb(180,92,42); }
div.DivClassName
{
background-color: #B45C2A;
}
.BgClassName
{
background-color: #B45C2A;
}
</style>
border-color css
<style>
span { border-color: #B45C2A; }
span { border-color: rgb(180,92,42); }
td.TdClassName
{
border-color: #B45C2A;
}
.TagClassName
{
border-color: #B45C2A;
}
</style>