Shades of Fiery Orange #B2602D
Tints of Fiery Orange #B2602D
RGB
CMYK
RGB Variations
Color information
#B2602D (or 0xB2602D) is known color: Fiery Orange. HEX triplet: B2, 60 and 2D. RGB value is (178,96,45). Sum of RGB (Red+Green+Blue) = 178+96+45=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2602D is #4D9FD2. Grayscale: #727272. Windows color (decimal): -5087187 or 2973874. OLE color: 2973874.
HSL color Cylindrical-coordinate representation of color #B2602D: hue angle of 23.01º 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 #B2602D is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 45 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.30 |
| HSL | 23.01º | 0.6% | 0.44% | - |
| HSV(B) | 23.01º | 0.75% | 0.7% | - |
| XYZ | 23.02 | 18.02 | 4.75 | - |
| YUV | 114.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 45 | 0 | 0.46 | 0.75 | 0.30 | 23.01 | 0.6 | 0.44 |
| Hex | B2 | 60 | 2D | 0 | 2E | 4B | 1E | 17 | 3C | 2C |
| Octal | 262 | 140 | 55 | 0 | 56 | 113 | 36 | 27 | 74 | 54 |
| Binary | 10110010 | 1100000 | 101101 | 0 | 101110 | 1001011 | 11110 | 10111 | 111100 | 101100 |
Color Harmonies of #B2602D
Complementary color
Monochromatic Colors of #B2602D
Black with #B2602D
Text Example
Text Example
White with #B2602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2602D; }
p { color: rgb(178,96,45); }
H1.HeaderClassName
{
color: #B2602D;
}
.AnyTagClassName
{
color: #B2602D;
}
</style>
background-color css
<style>
a { background-color: #B2602D; }
a { background-color: rgb(178,96,45); }
div.DivClassName
{
background-color: #B2602D;
}
.BgClassName
{
background-color: #B2602D;
}
</style>
border-color css
<style>
span { border-color: #B2602D; }
span { border-color: rgb(178,96,45); }
td.TdClassName
{
border-color: #B2602D;
}
.TagClassName
{
border-color: #B2602D;
}
</style>