Shades of Fiery Orange #B25C29
Tints of Fiery Orange #B25C29
RGB
CMYK
RGB Variations
Color information
#B25C29 (or 0xB25C29) is known color: Fiery Orange. HEX triplet: B2, 5C and 29. RGB value is (178,92,41). Sum of RGB (Red+Green+Blue) = 178+92+41=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C29 is #4DA3D6. Grayscale: #707070. Windows color (decimal): -5088215 or 2710706. OLE color: 2710706.
HSL color Cylindrical-coordinate representation of color #B25C29: hue angle of 22.34º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B25C29 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 41 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.30 |
| HSL | 22.34º | 0.63% | 0.43% | - |
| HSV(B) | 22.34º | 0.77% | 0.7% | - |
| XYZ | 22.59 | 17.28 | 4.24 | - |
| YUV | 111.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 41 | 0 | 0.48 | 0.77 | 0.30 | 22.34 | 0.63 | 0.43 |
| Hex | B2 | 5C | 29 | 0 | 30 | 4D | 1E | 16 | 3F | 2B |
| Octal | 262 | 134 | 51 | 0 | 60 | 115 | 36 | 26 | 77 | 53 |
| Binary | 10110010 | 1011100 | 101001 | 0 | 110000 | 1001101 | 11110 | 10110 | 111111 | 101011 |
Color Harmonies of #B25C29
Complementary color
Monochromatic Colors of #B25C29
Black with #B25C29
Text Example
Text Example
White with #B25C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25C29; }
p { color: rgb(178,92,41); }
H1.HeaderClassName
{
color: #B25C29;
}
.AnyTagClassName
{
color: #B25C29;
}
</style>
background-color css
<style>
a { background-color: #B25C29; }
a { background-color: rgb(178,92,41); }
div.DivClassName
{
background-color: #B25C29;
}
.BgClassName
{
background-color: #B25C29;
}
</style>
border-color css
<style>
span { border-color: #B25C29; }
span { border-color: rgb(178,92,41); }
td.TdClassName
{
border-color: #B25C29;
}
.TagClassName
{
border-color: #B25C29;
}
</style>