Shades of Fiery Orange #B65C2D
Tints of Fiery Orange #B65C2D
RGB
CMYK
RGB Variations
Color information
#B65C2D (or 0xB65C2D) is known color: Fiery Orange. HEX triplet: B6, 5C and 2D. RGB value is (182,92,45). Sum of RGB (Red+Green+Blue) = 182+92+45=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C2D is #49A3D2. Grayscale: #717171. Windows color (decimal): -4826067 or 2972854. OLE color: 2972854.
HSL color Cylindrical-coordinate representation of color #B65C2D: hue angle of 20.58º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B65C2D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 45 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.29 |
| HSL | 20.58º | 0.6% | 0.45% | - |
| HSV(B) | 20.58º | 0.75% | 0.71% | - |
| XYZ | 23.59 | 17.79 | 4.67 | - |
| YUV | 113.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 45 | 0 | 0.49 | 0.75 | 0.29 | 20.58 | 0.6 | 0.45 |
| Hex | B6 | 5C | 2D | 0 | 31 | 4B | 1D | 15 | 3C | 2D |
| Octal | 266 | 134 | 55 | 0 | 61 | 113 | 35 | 25 | 74 | 55 |
| Binary | 10110110 | 1011100 | 101101 | 0 | 110001 | 1001011 | 11101 | 10101 | 111100 | 101101 |
Color Harmonies of #B65C2D
Complementary color
Monochromatic Colors of #B65C2D
Black with #B65C2D
Text Example
Text Example
White with #B65C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C2D; }
p { color: rgb(182,92,45); }
H1.HeaderClassName
{
color: #B65C2D;
}
.AnyTagClassName
{
color: #B65C2D;
}
</style>
background-color css
<style>
a { background-color: #B65C2D; }
a { background-color: rgb(182,92,45); }
div.DivClassName
{
background-color: #B65C2D;
}
.BgClassName
{
background-color: #B65C2D;
}
</style>
border-color css
<style>
span { border-color: #B65C2D; }
span { border-color: rgb(182,92,45); }
td.TdClassName
{
border-color: #B65C2D;
}
.TagClassName
{
border-color: #B65C2D;
}
</style>