Shades of Fiery Orange #B25D32
Tints of Fiery Orange #B25D32
RGB
CMYK
RGB Variations
Color information
#B25D32 (or 0xB25D32) is known color: Fiery Orange. HEX triplet: B2, 5D and 32. RGB value is (178,93,50). Sum of RGB (Red+Green+Blue) = 178+93+50=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D32 is #4DA2CD. Grayscale: #717171. Windows color (decimal): -5087950 or 3300786. OLE color: 3300786.
HSL color Cylindrical-coordinate representation of color #B25D32: hue angle of 20.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B25D32 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 50 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.30 |
| HSL | 20.16º | 0.56% | 0.45% | - |
| HSV(B) | 20.16º | 0.72% | 0.7% | - |
| XYZ | 22.85 | 17.52 | 5.2 | - |
| YUV | 113.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 50 | 0 | 0.48 | 0.72 | 0.30 | 20.16 | 0.56 | 0.45 |
| Hex | B2 | 5D | 32 | 0 | 30 | 48 | 1E | 14 | 38 | 2D |
| Octal | 262 | 135 | 62 | 0 | 60 | 110 | 36 | 24 | 70 | 55 |
| Binary | 10110010 | 1011101 | 110010 | 0 | 110000 | 1001000 | 11110 | 10100 | 111000 | 101101 |
Color Harmonies of #B25D32
Complementary color
Monochromatic Colors of #B25D32
Black with #B25D32
Text Example
Text Example
White with #B25D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D32; }
p { color: rgb(178,93,50); }
H1.HeaderClassName
{
color: #B25D32;
}
.AnyTagClassName
{
color: #B25D32;
}
</style>
background-color css
<style>
a { background-color: #B25D32; }
a { background-color: rgb(178,93,50); }
div.DivClassName
{
background-color: #B25D32;
}
.BgClassName
{
background-color: #B25D32;
}
</style>
border-color css
<style>
span { border-color: #B25D32; }
span { border-color: rgb(178,93,50); }
td.TdClassName
{
border-color: #B25D32;
}
.TagClassName
{
border-color: #B25D32;
}
</style>