Shades of Fiery Orange #B25A2E
Tints of Fiery Orange #B25A2E
RGB
CMYK
RGB Variations
Color information
#B25A2E (or 0xB25A2E) is known color: Fiery Orange. HEX triplet: B2, 5A and 2E. RGB value is (178,90,46). Sum of RGB (Red+Green+Blue) = 178+90+46=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A2E is #4DA5D1. Grayscale: #6F6F6F. Windows color (decimal): -5088722 or 3037874. OLE color: 3037874.
HSL color Cylindrical-coordinate representation of color #B25A2E: hue angle of 20º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B25A2E is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 46 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.30 |
| HSL | 20º | 0.59% | 0.44% | - |
| HSV(B) | 20º | 0.74% | 0.7% | - |
| XYZ | 22.51 | 16.97 | 4.67 | - |
| YUV | 111.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 46 | 0 | 0.49 | 0.74 | 0.30 | 20 | 0.59 | 0.44 |
| Hex | B2 | 5A | 2E | 0 | 31 | 4A | 1E | 14 | 3B | 2C |
| Octal | 262 | 132 | 56 | 0 | 61 | 112 | 36 | 24 | 73 | 54 |
| Binary | 10110010 | 1011010 | 101110 | 0 | 110001 | 1001010 | 11110 | 10100 | 111011 | 101100 |
Color Harmonies of #B25A2E
Complementary color
Monochromatic Colors of #B25A2E
Black with #B25A2E
Text Example
Text Example
White with #B25A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A2E; }
p { color: rgb(178,90,46); }
H1.HeaderClassName
{
color: #B25A2E;
}
.AnyTagClassName
{
color: #B25A2E;
}
</style>
background-color css
<style>
a { background-color: #B25A2E; }
a { background-color: rgb(178,90,46); }
div.DivClassName
{
background-color: #B25A2E;
}
.BgClassName
{
background-color: #B25A2E;
}
</style>
border-color css
<style>
span { border-color: #B25A2E; }
span { border-color: rgb(178,90,46); }
td.TdClassName
{
border-color: #B25A2E;
}
.TagClassName
{
border-color: #B25A2E;
}
</style>