Shades of Fiery Orange #B3602D
Tints of Fiery Orange #B3602D
RGB
CMYK
RGB Variations
Color information
#B3602D (or 0xB3602D) is known color: Fiery Orange. HEX triplet: B3, 60 and 2D. RGB value is (179,96,45). Sum of RGB (Red+Green+Blue) = 179+96+45=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3602D is #4C9FD2. Grayscale: #737373. Windows color (decimal): -5021651 or 2973875. OLE color: 2973875.
HSL color Cylindrical-coordinate representation of color #B3602D: hue angle of 22.84º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3602D is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 45 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.30 |
| HSL | 22.84º | 0.6% | 0.44% | - |
| HSV(B) | 22.84º | 0.75% | 0.7% | - |
| XYZ | 23.25 | 18.14 | 4.76 | - |
| YUV | 115 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 45 | 0 | 0.46 | 0.75 | 0.30 | 22.84 | 0.6 | 0.44 |
| Hex | B3 | 60 | 2D | 0 | 2E | 4B | 1E | 17 | 3C | 2C |
| Octal | 263 | 140 | 55 | 0 | 56 | 113 | 36 | 27 | 74 | 54 |
| Binary | 10110011 | 1100000 | 101101 | 0 | 101110 | 1001011 | 11110 | 10111 | 111100 | 101100 |
Color Harmonies of #B3602D
Complementary color
Monochromatic Colors of #B3602D
Black with #B3602D
Text Example
Text Example
White with #B3602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3602D; }
p { color: rgb(179,96,45); }
H1.HeaderClassName
{
color: #B3602D;
}
.AnyTagClassName
{
color: #B3602D;
}
</style>
background-color css
<style>
a { background-color: #B3602D; }
a { background-color: rgb(179,96,45); }
div.DivClassName
{
background-color: #B3602D;
}
.BgClassName
{
background-color: #B3602D;
}
</style>
border-color css
<style>
span { border-color: #B3602D; }
span { border-color: rgb(179,96,45); }
td.TdClassName
{
border-color: #B3602D;
}
.TagClassName
{
border-color: #B3602D;
}
</style>