Shades of Fiery Orange #B25A2D
Tints of Fiery Orange #B25A2D
RGB
CMYK
RGB Variations
Color information
#B25A2D (or 0xB25A2D) is known color: Fiery Orange. HEX triplet: B2, 5A and 2D. RGB value is (178,90,45). Sum of RGB (Red+Green+Blue) = 178+90+45=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A2D is #4DA5D2. Grayscale: #6F6F6F. Windows color (decimal): -5088723 or 2972338. OLE color: 2972338.
HSL color Cylindrical-coordinate representation of color #B25A2D: hue angle of 20.3º 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 #B25A2D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 45 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.30 |
| HSL | 20.3º | 0.6% | 0.44% | - |
| HSV(B) | 20.3º | 0.75% | 0.7% | - |
| XYZ | 22.49 | 16.97 | 4.57 | - |
| YUV | 111.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 45 | 0 | 0.49 | 0.75 | 0.30 | 20.3 | 0.6 | 0.44 |
| Hex | B2 | 5A | 2D | 0 | 31 | 4B | 1E | 14 | 3C | 2C |
| Octal | 262 | 132 | 55 | 0 | 61 | 113 | 36 | 24 | 74 | 54 |
| Binary | 10110010 | 1011010 | 101101 | 0 | 110001 | 1001011 | 11110 | 10100 | 111100 | 101100 |
Color Harmonies of #B25A2D
Complementary color
Monochromatic Colors of #B25A2D
Black with #B25A2D
Text Example
Text Example
White with #B25A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A2D; }
p { color: rgb(178,90,45); }
H1.HeaderClassName
{
color: #B25A2D;
}
.AnyTagClassName
{
color: #B25A2D;
}
</style>
background-color css
<style>
a { background-color: #B25A2D; }
a { background-color: rgb(178,90,45); }
div.DivClassName
{
background-color: #B25A2D;
}
.BgClassName
{
background-color: #B25A2D;
}
</style>
border-color css
<style>
span { border-color: #B25A2D; }
span { border-color: rgb(178,90,45); }
td.TdClassName
{
border-color: #B25A2D;
}
.TagClassName
{
border-color: #B25A2D;
}
</style>