Shades of Fiery Orange #B25C2D
Tints of Fiery Orange #B25C2D
RGB
CMYK
RGB Variations
Color information
#B25C2D (or 0xB25C2D) is known color: Fiery Orange. HEX triplet: B2, 5C and 2D. RGB value is (178,92,45). Sum of RGB (Red+Green+Blue) = 178+92+45=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C2D is #4DA3D2. Grayscale: #707070. Windows color (decimal): -5088211 or 2972850. OLE color: 2972850.
HSL color Cylindrical-coordinate representation of color #B25C2D: hue angle of 21.2º 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 #B25C2D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 45 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.30 |
| HSL | 21.2º | 0.6% | 0.44% | - |
| HSV(B) | 21.2º | 0.75% | 0.7% | - |
| XYZ | 22.66 | 17.31 | 4.63 | - |
| YUV | 112.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 45 | 0 | 0.48 | 0.75 | 0.30 | 21.2 | 0.6 | 0.44 |
| Hex | B2 | 5C | 2D | 0 | 30 | 4B | 1E | 15 | 3C | 2C |
| Octal | 262 | 134 | 55 | 0 | 60 | 113 | 36 | 25 | 74 | 54 |
| Binary | 10110010 | 1011100 | 101101 | 0 | 110000 | 1001011 | 11110 | 10101 | 111100 | 101100 |
Color Harmonies of #B25C2D
Complementary color
Monochromatic Colors of #B25C2D
Black with #B25C2D
Text Example
Text Example
White with #B25C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25C2D; }
p { color: rgb(178,92,45); }
H1.HeaderClassName
{
color: #B25C2D;
}
.AnyTagClassName
{
color: #B25C2D;
}
</style>
background-color css
<style>
a { background-color: #B25C2D; }
a { background-color: rgb(178,92,45); }
div.DivClassName
{
background-color: #B25C2D;
}
.BgClassName
{
background-color: #B25C2D;
}
</style>
border-color css
<style>
span { border-color: #B25C2D; }
span { border-color: rgb(178,92,45); }
td.TdClassName
{
border-color: #B25C2D;
}
.TagClassName
{
border-color: #B25C2D;
}
</style>