#B25A3A

Color #B25A3A Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B25A3A

Tints of Fiery Orange #B25A3A

Color information

#B25A3A (or 0xB25A3A) is unknown color: approx Fiery Orange. HEX triplet: B2, 5A and 3A. RGB value is (178,90,58). Sum of RGB (Red+Green+Blue) = 178+90+58=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A3A is #4DA5C5. Grayscale: #707070. Windows color (decimal): -5088710 or 3824306. OLE color: 3824306.

HSL color Cylindrical-coordinate representation of color #B25A3A: hue angle of 16º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B25A3A is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1789058-
CMYK00.490.670.30
HSL16º50.85%46.27%-
HSV(B)16º67.42%69.8%-
XYZ22.7817.086.1-
YUV112.6697.15174.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 54.60%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 58 (23.05% from 255) = 17.79%
R=54.60%
G=27.61%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178905800.490.670.301650.8546.27
HexB25A3A031431E10332e
Octal2621327206110336206356
Binary101100101011010111010011000110000111111010000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25A3A; }

 p { color: rgb(178,90,58); }

 H1.HeaderClassName
 {
   color: #B25A3A;
 }
 .AnyTagClassName
 {
   color: #B25A3A;
 }
</style>
background-color css

<style>
 a { background-color: #B25A3A; }

 a { background-color: rgb(178,90,58); }

 div.DivClassName
 {
   background-color: #B25A3A;
 }
 .BgClassName
 {
   background-color: #B25A3A;
 }
</style>
border-color css

<style>
 span { border-color: #B25A3A; }

 span { border-color: rgb(178,90,58); }

 td.TdClassName
 {
   border-color: #B25A3A;
 }
 .TagClassName
 {
   border-color: #B25A3A;
 }
</style>