Shades of Fiery Orange #B35520
Tints of Fiery Orange #B35520
RGB
CMYK
RGB Variations
Color information
#B35520 (or 0xB35520) is known color: Fiery Orange. HEX triplet: B3, 55 and 20. RGB value is (179,85,32). Sum of RGB (Red+Green+Blue) = 179+85+32=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B35520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35520 is #4CAADF. Grayscale: #6B6B6B. Windows color (decimal): -5024480 or 2119091. OLE color: 2119091.
HSL color Cylindrical-coordinate representation of color #B35520: hue angle of 21.63º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B35520 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 32 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.30 |
| HSL | 21.63º | 0.7% | 0.41% | - |
| HSV(B) | 21.63º | 0.82% | 0.7% | - |
| XYZ | 22.1 | 16.18 | 3.33 | - |
| YUV | 107.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 32 | 0 | 0.53 | 0.82 | 0.30 | 21.63 | 0.7 | 0.41 |
| Hex | B3 | 55 | 20 | 0 | 35 | 52 | 1E | 16 | 46 | 29 |
| Octal | 263 | 125 | 40 | 0 | 65 | 122 | 36 | 26 | 106 | 51 |
| Binary | 10110011 | 1010101 | 100000 | 0 | 110101 | 1010010 | 11110 | 10110 | 1000110 | 101001 |
Color Harmonies of #B35520
Complementary color
Monochromatic Colors of #B35520
Black with #B35520
Text Example
Text Example
White with #B35520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35520; }
p { color: rgb(179,85,32); }
H1.HeaderClassName
{
color: #B35520;
}
.AnyTagClassName
{
color: #B35520;
}
</style>
background-color css
<style>
a { background-color: #B35520; }
a { background-color: rgb(179,85,32); }
div.DivClassName
{
background-color: #B35520;
}
.BgClassName
{
background-color: #B35520;
}
</style>
border-color css
<style>
span { border-color: #B35520; }
span { border-color: rgb(179,85,32); }
td.TdClassName
{
border-color: #B35520;
}
.TagClassName
{
border-color: #B35520;
}
</style>