Shades of Fiery Orange #B2602B
Tints of Fiery Orange #B2602B
RGB
CMYK
RGB Variations
Color information
#B2602B (or 0xB2602B) is known color: Fiery Orange. HEX triplet: B2, 60 and 2B. RGB value is (178,96,43). Sum of RGB (Red+Green+Blue) = 178+96+43=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2602B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2602B is #4D9FD4. Grayscale: #727272. Windows color (decimal): -5087189 or 2842802. OLE color: 2842802.
HSL color Cylindrical-coordinate representation of color #B2602B: hue angle of 23.56º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2602B is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 43 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.30 |
| HSL | 23.56º | 0.61% | 0.43% | - |
| HSV(B) | 23.56º | 0.76% | 0.7% | - |
| XYZ | 22.98 | 18.01 | 4.55 | - |
| YUV | 114.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 43 | 0 | 0.46 | 0.76 | 0.30 | 23.56 | 0.61 | 0.43 |
| Hex | B2 | 60 | 2B | 0 | 2E | 4C | 1E | 18 | 3D | 2B |
| Octal | 262 | 140 | 53 | 0 | 56 | 114 | 36 | 30 | 75 | 53 |
| Binary | 10110010 | 1100000 | 101011 | 0 | 101110 | 1001100 | 11110 | 11000 | 111101 | 101011 |
Color Harmonies of #B2602B
Complementary color
Monochromatic Colors of #B2602B
Black with #B2602B
Text Example
Text Example
White with #B2602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2602B; }
p { color: rgb(178,96,43); }
H1.HeaderClassName
{
color: #B2602B;
}
.AnyTagClassName
{
color: #B2602B;
}
</style>
background-color css
<style>
a { background-color: #B2602B; }
a { background-color: rgb(178,96,43); }
div.DivClassName
{
background-color: #B2602B;
}
.BgClassName
{
background-color: #B2602B;
}
</style>
border-color css
<style>
span { border-color: #B2602B; }
span { border-color: rgb(178,96,43); }
td.TdClassName
{
border-color: #B2602B;
}
.TagClassName
{
border-color: #B2602B;
}
</style>