Shades of Fiery Orange #B45521
Tints of Fiery Orange #B45521
RGB
CMYK
RGB Variations
Color information
#B45521 (or 0xB45521) is known color: Fiery Orange. HEX triplet: B4, 55 and 21. RGB value is (180,85,33). Sum of RGB (Red+Green+Blue) = 180+85+33=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B45521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45521 is #4BAADE. Grayscale: #6B6B6B. Windows color (decimal): -4958943 or 2184628. OLE color: 2184628.
HSL color Cylindrical-coordinate representation of color #B45521: hue angle of 21.22º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B45521 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 85 | 33 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.29 |
| HSL | 21.22º | 0.69% | 0.42% | - |
| HSV(B) | 21.22º | 0.82% | 0.71% | - |
| XYZ | 22.35 | 16.31 | 3.41 | - |
| YUV | 107.48 | 85.97 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 33 | 0 | 0.53 | 0.82 | 0.29 | 21.22 | 0.69 | 0.42 |
| Hex | B4 | 55 | 21 | 0 | 35 | 52 | 1D | 15 | 45 | 2A |
| Octal | 264 | 125 | 41 | 0 | 65 | 122 | 35 | 25 | 105 | 52 |
| Binary | 10110100 | 1010101 | 100001 | 0 | 110101 | 1010010 | 11101 | 10101 | 1000101 | 101010 |
Color Harmonies of #B45521
Complementary color
Monochromatic Colors of #B45521
Black with #B45521
Text Example
Text Example
White with #B45521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45521; }
p { color: rgb(180,85,33); }
H1.HeaderClassName
{
color: #B45521;
}
.AnyTagClassName
{
color: #B45521;
}
</style>
background-color css
<style>
a { background-color: #B45521; }
a { background-color: rgb(180,85,33); }
div.DivClassName
{
background-color: #B45521;
}
.BgClassName
{
background-color: #B45521;
}
</style>
border-color css
<style>
span { border-color: #B45521; }
span { border-color: rgb(180,85,33); }
td.TdClassName
{
border-color: #B45521;
}
.TagClassName
{
border-color: #B45521;
}
</style>