Html Css Color HEX #B25C26 Fiery Orange

📋 copy color: '#B25C26'

red 178 ◦ green 92 ◦ blue 38

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

Shades of Fiery Orange #B25C26

Tints of Fiery Orange #B25C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 57.79%
G = 29.87%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B25C26 (or 0xB25C26) is known color: Fiery Orange. HEX triplet: B2, 5C and 26. RGB value is (178,92,38). Sum of RGB (Red+Green+Blue) = 178+92+38=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C26 is #4DA3D9. Grayscale: #6F6F6F. Windows color (decimal): -5088218 or 2514098. OLE color: 2514098.

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

Color convert

RGB 178 92 38 -
CMYK 0 0.48 0.79 0.30
HSL 23.14º 0.65% 0.42% -
HSV(B) 23.14º 0.79% 0.7% -
XYZ 22.54 17.26 3.98 -
YUV 111.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 178 92 38 0 0.48 0.79 0.30 23.14 0.65 0.42
Hex B2 5C 26 0 30 4F 1E 17 41 2A
Octal 262 134 46 0 60 117 36 27 101 52
Binary 10110010 1011100 100110 0 110000 1001111 11110 10111 1000001 101010

Color Harmonies of #B25C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25C26

Black with #B25C26

Text Example


Text Example

White with #B25C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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