Shades of Fiery Orange #B35C2E
Tints of Fiery Orange #B35C2E
RGB
CMYK
RGB Variations
Color information
#B35C2E (or 0xB35C2E) is known color: Fiery Orange. HEX triplet: B3, 5C and 2E. RGB value is (179,92,46). Sum of RGB (Red+Green+Blue) = 179+92+46=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C2E is #4CA3D1. Grayscale: #717171. Windows color (decimal): -5022674 or 3038387. OLE color: 3038387.
HSL color Cylindrical-coordinate representation of color #B35C2E: hue angle of 20.75º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B35C2E is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 92 | 46 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.30 |
| HSL | 20.75º | 0.59% | 0.44% | - |
| HSV(B) | 20.75º | 0.74% | 0.7% | - |
| XYZ | 22.91 | 17.44 | 4.74 | - |
| YUV | 112.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 92 | 46 | 0 | 0.49 | 0.74 | 0.30 | 20.75 | 0.59 | 0.44 |
| Hex | B3 | 5C | 2E | 0 | 31 | 4A | 1E | 15 | 3B | 2C |
| Octal | 263 | 134 | 56 | 0 | 61 | 112 | 36 | 25 | 73 | 54 |
| Binary | 10110011 | 1011100 | 101110 | 0 | 110001 | 1001010 | 11110 | 10101 | 111011 | 101100 |
Color Harmonies of #B35C2E
Complementary color
Monochromatic Colors of #B35C2E
Black with #B35C2E
Text Example
Text Example
White with #B35C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35C2E; }
p { color: rgb(179,92,46); }
H1.HeaderClassName
{
color: #B35C2E;
}
.AnyTagClassName
{
color: #B35C2E;
}
</style>
background-color css
<style>
a { background-color: #B35C2E; }
a { background-color: rgb(179,92,46); }
div.DivClassName
{
background-color: #B35C2E;
}
.BgClassName
{
background-color: #B35C2E;
}
</style>
border-color css
<style>
span { border-color: #B35C2E; }
span { border-color: rgb(179,92,46); }
td.TdClassName
{
border-color: #B35C2E;
}
.TagClassName
{
border-color: #B35C2E;
}
</style>