Shades of Fiery Orange #B25A30
Tints of Fiery Orange #B25A30
RGB
CMYK
RGB Variations
Color information
#B25A30 (or 0xB25A30) is known color: Fiery Orange. HEX triplet: B2, 5A and 30. RGB value is (178,90,48). Sum of RGB (Red+Green+Blue) = 178+90+48=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A30 is #4DA5CF. Grayscale: #6F6F6F. Windows color (decimal): -5088720 or 3168946. OLE color: 3168946.
HSL color Cylindrical-coordinate representation of color #B25A30: hue angle of 19.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B25A30 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 48 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.30 |
| HSL | 19.38º | 0.58% | 0.44% | - |
| HSV(B) | 19.38º | 0.73% | 0.7% | - |
| XYZ | 22.55 | 16.99 | 4.89 | - |
| YUV | 111.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 48 | 0 | 0.49 | 0.73 | 0.30 | 19.38 | 0.58 | 0.44 |
| Hex | B2 | 5A | 30 | 0 | 31 | 49 | 1E | 13 | 3A | 2C |
| Octal | 262 | 132 | 60 | 0 | 61 | 111 | 36 | 23 | 72 | 54 |
| Binary | 10110010 | 1011010 | 110000 | 0 | 110001 | 1001001 | 11110 | 10011 | 111010 | 101100 |
Color Harmonies of #B25A30
Complementary color
Monochromatic Colors of #B25A30
Black with #B25A30
Text Example
Text Example
White with #B25A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A30; }
p { color: rgb(178,90,48); }
H1.HeaderClassName
{
color: #B25A30;
}
.AnyTagClassName
{
color: #B25A30;
}
</style>
background-color css
<style>
a { background-color: #B25A30; }
a { background-color: rgb(178,90,48); }
div.DivClassName
{
background-color: #B25A30;
}
.BgClassName
{
background-color: #B25A30;
}
</style>
border-color css
<style>
span { border-color: #B25A30; }
span { border-color: rgb(178,90,48); }
td.TdClassName
{
border-color: #B25A30;
}
.TagClassName
{
border-color: #B25A30;
}
</style>