Shades of Fiery Orange #B45D1B
Tints of Fiery Orange #B45D1B
RGB
CMYK
RGB Variations
Color information
#B45D1B (or 0xB45D1B) is known color: Fiery Orange. HEX triplet: B4, 5D and 1B. RGB value is (180,93,27). Sum of RGB (Red+Green+Blue) = 180+93+27=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D1B is #4BA2E4. Grayscale: #6F6F6F. Windows color (decimal): -4956901 or 1793460. OLE color: 1793460.
HSL color Cylindrical-coordinate representation of color #B45D1B: hue angle of 25.88º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B45D1B is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 27 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.29 |
| HSL | 25.88º | 0.74% | 0.41% | - |
| HSV(B) | 25.88º | 0.85% | 0.71% | - |
| XYZ | 22.93 | 17.61 | 3.23 | - |
| YUV | 111.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 27 | 0 | 0.48 | 0.85 | 0.29 | 25.88 | 0.74 | 0.41 |
| Hex | B4 | 5D | 1B | 0 | 30 | 55 | 1D | 1A | 4A | 29 |
| Octal | 264 | 135 | 33 | 0 | 60 | 125 | 35 | 32 | 112 | 51 |
| Binary | 10110100 | 1011101 | 11011 | 0 | 110000 | 1010101 | 11101 | 11010 | 1001010 | 101001 |
Color Harmonies of #B45D1B
Complementary color
Monochromatic Colors of #B45D1B
Black with #B45D1B
Text Example
Text Example
White with #B45D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D1B; }
p { color: rgb(180,93,27); }
H1.HeaderClassName
{
color: #B45D1B;
}
.AnyTagClassName
{
color: #B45D1B;
}
</style>
background-color css
<style>
a { background-color: #B45D1B; }
a { background-color: rgb(180,93,27); }
div.DivClassName
{
background-color: #B45D1B;
}
.BgClassName
{
background-color: #B45D1B;
}
</style>
border-color css
<style>
span { border-color: #B45D1B; }
span { border-color: rgb(180,93,27); }
td.TdClassName
{
border-color: #B45D1B;
}
.TagClassName
{
border-color: #B45D1B;
}
</style>