Shades of Fiery Orange #B25535
Tints of Fiery Orange #B25535
RGB
CMYK
RGB Variations
Color information
#B25535 (or 0xB25535) is known color: Fiery Orange. HEX triplet: B2, 55 and 35. RGB value is (178,85,53). Sum of RGB (Red+Green+Blue) = 178+85+53=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B25535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25535 is #4DAACA. Grayscale: #6D6D6D. Windows color (decimal): -5089995 or 3495346. OLE color: 3495346.
HSL color Cylindrical-coordinate representation of color #B25535: hue angle of 15.36º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B25535 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 53 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.30 |
| HSL | 15.36º | 0.54% | 0.45% | - |
| HSV(B) | 15.36º | 0.7% | 0.7% | - |
| XYZ | 22.25 | 16.22 | 5.33 | - |
| YUV | 109.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 53 | 0 | 0.52 | 0.70 | 0.30 | 15.36 | 0.54 | 0.45 |
| Hex | B2 | 55 | 35 | 0 | 34 | 46 | 1E | F | 36 | 2D |
| Octal | 262 | 125 | 65 | 0 | 64 | 106 | 36 | 17 | 66 | 55 |
| Binary | 10110010 | 1010101 | 110101 | 0 | 110100 | 1000110 | 11110 | 1111 | 110110 | 101101 |
Color Harmonies of #B25535
Complementary color
Monochromatic Colors of #B25535
Black with #B25535
Text Example
Text Example
White with #B25535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25535; }
p { color: rgb(178,85,53); }
H1.HeaderClassName
{
color: #B25535;
}
.AnyTagClassName
{
color: #B25535;
}
</style>
background-color css
<style>
a { background-color: #B25535; }
a { background-color: rgb(178,85,53); }
div.DivClassName
{
background-color: #B25535;
}
.BgClassName
{
background-color: #B25535;
}
</style>
border-color css
<style>
span { border-color: #B25535; }
span { border-color: rgb(178,85,53); }
td.TdClassName
{
border-color: #B25535;
}
.TagClassName
{
border-color: #B25535;
}
</style>