Shades of Fiery Orange #B2612F
Tints of Fiery Orange #B2612F
RGB
CMYK
RGB Variations
Color information
#B2612F (or 0xB2612F) is known color: Fiery Orange. HEX triplet: B2, 61 and 2F. RGB value is (178,97,47). Sum of RGB (Red+Green+Blue) = 178+97+47=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2612F is #4D9ED0. Grayscale: #737373. Windows color (decimal): -5086929 or 3105202. OLE color: 3105202.
HSL color Cylindrical-coordinate representation of color #B2612F: hue angle of 22.9º degrees, saturation: 0.58, 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 #B2612F is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 47 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.30 |
| HSL | 22.9º | 0.58% | 0.44% | - |
| HSV(B) | 22.9º | 0.74% | 0.7% | - |
| XYZ | 23.15 | 18.22 | 4.99 | - |
| YUV | 115.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 47 | 0 | 0.46 | 0.74 | 0.30 | 22.9 | 0.58 | 0.44 |
| Hex | B2 | 61 | 2F | 0 | 2E | 4A | 1E | 17 | 3A | 2C |
| Octal | 262 | 141 | 57 | 0 | 56 | 112 | 36 | 27 | 72 | 54 |
| Binary | 10110010 | 1100001 | 101111 | 0 | 101110 | 1001010 | 11110 | 10111 | 111010 | 101100 |
Color Harmonies of #B2612F
Complementary color
Monochromatic Colors of #B2612F
Black with #B2612F
Text Example
Text Example
White with #B2612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2612F; }
p { color: rgb(178,97,47); }
H1.HeaderClassName
{
color: #B2612F;
}
.AnyTagClassName
{
color: #B2612F;
}
</style>
background-color css
<style>
a { background-color: #B2612F; }
a { background-color: rgb(178,97,47); }
div.DivClassName
{
background-color: #B2612F;
}
.BgClassName
{
background-color: #B2612F;
}
</style>
border-color css
<style>
span { border-color: #B2612F; }
span { border-color: rgb(178,97,47); }
td.TdClassName
{
border-color: #B2612F;
}
.TagClassName
{
border-color: #B2612F;
}
</style>