Shades of Fiery Orange #B45D2D
Tints of Fiery Orange #B45D2D
RGB
CMYK
RGB Variations
Color information
#B45D2D (or 0xB45D2D) is known color: Fiery Orange. HEX triplet: B4, 5D and 2D. RGB value is (180,93,45). Sum of RGB (Red+Green+Blue) = 180+93+45=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D2D is #4BA2D2. Grayscale: #717171. Windows color (decimal): -4956883 or 2973108. OLE color: 2973108.
HSL color Cylindrical-coordinate representation of color #B45D2D: hue angle of 21.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B45D2D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 45 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.29 |
| HSL | 21.33º | 0.6% | 0.44% | - |
| HSV(B) | 21.33º | 0.75% | 0.71% | - |
| XYZ | 23.21 | 17.72 | 4.68 | - |
| YUV | 113.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 45 | 0 | 0.48 | 0.75 | 0.29 | 21.33 | 0.6 | 0.44 |
| Hex | B4 | 5D | 2D | 0 | 30 | 4B | 1D | 15 | 3C | 2C |
| Octal | 264 | 135 | 55 | 0 | 60 | 113 | 35 | 25 | 74 | 54 |
| Binary | 10110100 | 1011101 | 101101 | 0 | 110000 | 1001011 | 11101 | 10101 | 111100 | 101100 |
Color Harmonies of #B45D2D
Complementary color
Monochromatic Colors of #B45D2D
Black with #B45D2D
Text Example
Text Example
White with #B45D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D2D; }
p { color: rgb(180,93,45); }
H1.HeaderClassName
{
color: #B45D2D;
}
.AnyTagClassName
{
color: #B45D2D;
}
</style>
background-color css
<style>
a { background-color: #B45D2D; }
a { background-color: rgb(180,93,45); }
div.DivClassName
{
background-color: #B45D2D;
}
.BgClassName
{
background-color: #B45D2D;
}
</style>
border-color css
<style>
span { border-color: #B45D2D; }
span { border-color: rgb(180,93,45); }
td.TdClassName
{
border-color: #B45D2D;
}
.TagClassName
{
border-color: #B45D2D;
}
</style>