Shades of Fiery Orange #B25C30
Tints of Fiery Orange #B25C30
RGB
CMYK
RGB Variations
Color information
#B25C30 (or 0xB25C30) is known color: Fiery Orange. HEX triplet: B2, 5C and 30. RGB value is (178,92,48). Sum of RGB (Red+Green+Blue) = 178+92+48=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C30 is #4DA3CF. Grayscale: #707070. Windows color (decimal): -5088208 or 3169458. OLE color: 3169458.
HSL color Cylindrical-coordinate representation of color #B25C30: hue angle of 20.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B25C30 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 48 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.30 |
| HSL | 20.31º | 0.58% | 0.44% | - |
| HSV(B) | 20.31º | 0.73% | 0.7% | - |
| XYZ | 22.72 | 17.33 | 4.94 | - |
| YUV | 112.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 48 | 0 | 0.48 | 0.73 | 0.30 | 20.31 | 0.58 | 0.44 |
| Hex | B2 | 5C | 30 | 0 | 30 | 49 | 1E | 14 | 3A | 2C |
| Octal | 262 | 134 | 60 | 0 | 60 | 111 | 36 | 24 | 72 | 54 |
| Binary | 10110010 | 1011100 | 110000 | 0 | 110000 | 1001001 | 11110 | 10100 | 111010 | 101100 |
Color Harmonies of #B25C30
Complementary color
Monochromatic Colors of #B25C30
Black with #B25C30
Text Example
Text Example
White with #B25C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25C30; }
p { color: rgb(178,92,48); }
H1.HeaderClassName
{
color: #B25C30;
}
.AnyTagClassName
{
color: #B25C30;
}
</style>
background-color css
<style>
a { background-color: #B25C30; }
a { background-color: rgb(178,92,48); }
div.DivClassName
{
background-color: #B25C30;
}
.BgClassName
{
background-color: #B25C30;
}
</style>
border-color css
<style>
span { border-color: #B25C30; }
span { border-color: rgb(178,92,48); }
td.TdClassName
{
border-color: #B25C30;
}
.TagClassName
{
border-color: #B25C30;
}
</style>