Shades of Fiery Orange #B25A1B
Tints of Fiery Orange #B25A1B
RGB
CMYK
RGB Variations
Color information
#B25A1B (or 0xB25A1B) is known color: Fiery Orange. HEX triplet: B2, 5A and 1B. RGB value is (178,90,27). Sum of RGB (Red+Green+Blue) = 178+90+27=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A1B is #4DA5E4. Grayscale: #6D6D6D. Windows color (decimal): -5088741 or 1792690. OLE color: 1792690.
HSL color Cylindrical-coordinate representation of color #B25A1B: hue angle of 25.03º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B25A1B is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 27 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.30 |
| HSL | 25.03º | 0.74% | 0.4% | - |
| HSV(B) | 25.03º | 0.85% | 0.7% | - |
| XYZ | 22.21 | 16.86 | 3.12 | - |
| YUV | 109.13 | 81.65 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 27 | 0 | 0.49 | 0.85 | 0.30 | 25.03 | 0.74 | 0.4 |
| Hex | B2 | 5A | 1B | 0 | 31 | 55 | 1E | 19 | 4A | 28 |
| Octal | 262 | 132 | 33 | 0 | 61 | 125 | 36 | 31 | 112 | 50 |
| Binary | 10110010 | 1011010 | 11011 | 0 | 110001 | 1010101 | 11110 | 11001 | 1001010 | 101000 |
Color Harmonies of #B25A1B
Complementary color
Monochromatic Colors of #B25A1B
Black with #B25A1B
Text Example
Text Example
White with #B25A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A1B; }
p { color: rgb(178,90,27); }
H1.HeaderClassName
{
color: #B25A1B;
}
.AnyTagClassName
{
color: #B25A1B;
}
</style>
background-color css
<style>
a { background-color: #B25A1B; }
a { background-color: rgb(178,90,27); }
div.DivClassName
{
background-color: #B25A1B;
}
.BgClassName
{
background-color: #B25A1B;
}
</style>
border-color css
<style>
span { border-color: #B25A1B; }
span { border-color: rgb(178,90,27); }
td.TdClassName
{
border-color: #B25A1B;
}
.TagClassName
{
border-color: #B25A1B;
}
</style>