Html Css Color HEX #B25C20 Fiery Orange

📋 copy color: '#B25C20'

red 178 ◦ green 92 ◦ blue 32

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

Shades of Fiery Orange #B25C20

Tints of Fiery Orange #B25C20

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.46%

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 58.94%
G = 30.46%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B25C20 (or 0xB25C20) is known color: Fiery Orange. HEX triplet: B2, 5C and 20. RGB value is (178,92,32). Sum of RGB (Red+Green+Blue) = 178+92+32=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C20 is #4DA3DF. Grayscale: #6F6F6F. Windows color (decimal): -5088224 or 2120882. OLE color: 2120882.

HSL color Cylindrical-coordinate representation of color #B25C20: hue angle of 24.66º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B25C20 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 92 32 -
CMYK 0 0.48 0.82 0.30
HSL 24.66º 0.7% 0.41% -
HSV(B) 24.66º 0.82% 0.7% -
XYZ 22.45 17.22 3.51 -
YUV 110.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 178 92 32 0 0.48 0.82 0.30 24.66 0.7 0.41
Hex B2 5C 20 0 30 52 1E 19 46 29
Octal 262 134 40 0 60 122 36 31 106 51
Binary 10110010 1011100 100000 0 110000 1010010 11110 11001 1000110 101001

Color Harmonies of #B25C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25C20

Black with #B25C20

Text Example


Text Example

White with #B25C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25C20; }

 p { color: rgb(178,92,32); }

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

background-color css

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

 a { background-color: rgb(178,92,32); }

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

border-color css

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

 span { border-color: rgb(178,92,32); }

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