Shades of Fiery Orange #B25D30
Tints of Fiery Orange #B25D30
RGB
CMYK
RGB Variations
Color information
#B25D30 (or 0xB25D30) is known color: Fiery Orange. HEX triplet: B2, 5D and 30. RGB value is (178,93,48). Sum of RGB (Red+Green+Blue) = 178+93+48=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D30 is #4DA2CF. Grayscale: #717171. Windows color (decimal): -5087952 or 3169714. OLE color: 3169714.
HSL color Cylindrical-coordinate representation of color #B25D30: hue angle of 20.77º 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 #B25D30 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 48 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.30 |
| HSL | 20.77º | 0.58% | 0.44% | - |
| HSV(B) | 20.77º | 0.73% | 0.7% | - |
| XYZ | 22.81 | 17.51 | 4.97 | - |
| YUV | 113.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 48 | 0 | 0.48 | 0.73 | 0.30 | 20.77 | 0.58 | 0.44 |
| Hex | B2 | 5D | 30 | 0 | 30 | 49 | 1E | 15 | 3A | 2C |
| Octal | 262 | 135 | 60 | 0 | 60 | 111 | 36 | 25 | 72 | 54 |
| Binary | 10110010 | 1011101 | 110000 | 0 | 110000 | 1001001 | 11110 | 10101 | 111010 | 101100 |
Color Harmonies of #B25D30
Complementary color
Monochromatic Colors of #B25D30
Black with #B25D30
Text Example
Text Example
White with #B25D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D30; }
p { color: rgb(178,93,48); }
H1.HeaderClassName
{
color: #B25D30;
}
.AnyTagClassName
{
color: #B25D30;
}
</style>
background-color css
<style>
a { background-color: #B25D30; }
a { background-color: rgb(178,93,48); }
div.DivClassName
{
background-color: #B25D30;
}
.BgClassName
{
background-color: #B25D30;
}
</style>
border-color css
<style>
span { border-color: #B25D30; }
span { border-color: rgb(178,93,48); }
td.TdClassName
{
border-color: #B25D30;
}
.TagClassName
{
border-color: #B25D30;
}
</style>