Html Css Color HEX #B25526 Fiery Orange

📋 copy color: '#B25526'

red 178 ◦ green 85 ◦ blue 38

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

Shades of Fiery Orange #B25526

Tints of Fiery Orange #B25526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 59.14%
G = 28.24%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B25526 (or 0xB25526) is known color: Fiery Orange. HEX triplet: B2, 55 and 26. RGB value is (178,85,38). Sum of RGB (Red+Green+Blue) = 178+85+38=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B25526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25526 is #4DAAD9. Grayscale: #6B6B6B. Windows color (decimal): -5090010 or 2512306. OLE color: 2512306.

HSL color Cylindrical-coordinate representation of color #B25526: hue angle of 20.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 #B25526 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 38 -
CMYK 0 0.52 0.79 0.30
HSL 20.14º 0.65% 0.42% -
HSV(B) 20.14º 0.79% 0.7% -
XYZ 21.96 16.1 3.78 -
YUV 107.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 178 85 38 0 0.52 0.79 0.30 20.14 0.65 0.42
Hex B2 55 26 0 34 4F 1E 14 41 2A
Octal 262 125 46 0 64 117 36 24 101 52
Binary 10110010 1010101 100110 0 110100 1001111 11110 10100 1000001 101010

Color Harmonies of #B25526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25526

Black with #B25526

Text Example


Text Example

White with #B25526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25526; }

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

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

background-color css

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

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

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

border-color css

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

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

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