Shades of Fiery Orange #B2592D
Tints of Fiery Orange #B2592D
RGB
CMYK
RGB Variations
Color information
#B2592D (or 0xB2592D) is known color: Fiery Orange. HEX triplet: B2, 59 and 2D. RGB value is (178,89,45). Sum of RGB (Red+Green+Blue) = 178+89+45=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2592D is #4DA6D2. Grayscale: #6E6E6E. Windows color (decimal): -5088979 or 2972082. OLE color: 2972082.
HSL color Cylindrical-coordinate representation of color #B2592D: hue angle of 19.85º 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 #B2592D is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 45 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.30 |
| HSL | 19.85º | 0.6% | 0.44% | - |
| HSV(B) | 19.85º | 0.75% | 0.7% | - |
| XYZ | 22.41 | 16.8 | 4.54 | - |
| YUV | 110.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 45 | 0 | 0.5 | 0.75 | 0.30 | 19.85 | 0.6 | 0.44 |
| Hex | B2 | 59 | 2D | 0 | 32 | 4B | 1E | 14 | 3C | 2C |
| Octal | 262 | 131 | 55 | 0 | 62 | 113 | 36 | 24 | 74 | 54 |
| Binary | 10110010 | 1011001 | 101101 | 0 | 110010 | 1001011 | 11110 | 10100 | 111100 | 101100 |
Color Harmonies of #B2592D
Complementary color
Monochromatic Colors of #B2592D
Black with #B2592D
Text Example
Text Example
White with #B2592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2592D; }
p { color: rgb(178,89,45); }
H1.HeaderClassName
{
color: #B2592D;
}
.AnyTagClassName
{
color: #B2592D;
}
</style>
background-color css
<style>
a { background-color: #B2592D; }
a { background-color: rgb(178,89,45); }
div.DivClassName
{
background-color: #B2592D;
}
.BgClassName
{
background-color: #B2592D;
}
</style>
border-color css
<style>
span { border-color: #B2592D; }
span { border-color: rgb(178,89,45); }
td.TdClassName
{
border-color: #B2592D;
}
.TagClassName
{
border-color: #B2592D;
}
</style>