Html Css Color HEX #B25B30 Fiery Orange

📋 copy color: '#B25B30'

red 178 ◦ green 91 ◦ blue 48

#B25B30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B25B30

Tints of Fiery Orange #B25B30

RGB

 RED value IS 178 (69.92% from 255) = 56.15%

 GREEN value IS 91 (35.94% from 255) = 28.71%

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 56.15%
G = 28.71%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B25B30 (or 0xB25B30) is known color: Fiery Orange. HEX triplet: B2, 5B and 30. RGB value is (178,91,48). Sum of RGB (Red+Green+Blue) = 178+91+48=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B30 is #4DA4CF. Grayscale: #707070. Windows color (decimal): -5088464 or 3169202. OLE color: 3169202.

HSL color Cylindrical-coordinate representation of color #B25B30: hue angle of 19.85º 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 #B25B30 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 91 48 -
CMYK 0 0.49 0.73 0.30
HSL 19.85º 0.58% 0.44% -
HSV(B) 19.85º 0.73% 0.7% -
XYZ 22.63 17.16 4.92 -
YUV 112.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 178 91 48 0 0.49 0.73 0.30 19.85 0.58 0.44
Hex B2 5B 30 0 31 49 1E 14 3A 2C
Octal 262 133 60 0 61 111 36 24 72 54
Binary 10110010 1011011 110000 0 110001 1001001 11110 10100 111010 101100

Color Harmonies of #B25B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B30

Black with #B25B30

Text Example


Text Example

White with #B25B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B30; }

 p { color: rgb(178,91,48); }

 H1.HeaderClassName
 {
   color: #B25B30;
 }
 .AnyTagClassName
 {
   color: #B25B30;
 }
</style>

background-color css

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

 a { background-color: rgb(178,91,48); }

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

border-color css

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

 span { border-color: rgb(178,91,48); }

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