Html Css Color HEX #B25E2D Fiery Orange

📋 copy color: '#B25E2D'

red 178 ◦ green 94 ◦ blue 45

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

Shades of Fiery Orange #B25E2D

Tints of Fiery Orange #B25E2D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 56.15%
G = 29.65%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B25E2D (or 0xB25E2D) is known color: Fiery Orange. HEX triplet: B2, 5E and 2D. RGB value is (178,94,45). Sum of RGB (Red+Green+Blue) = 178+94+45=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E2D is #4DA1D2. Grayscale: #717171. Windows color (decimal): -5087699 or 2973362. OLE color: 2973362.

HSL color Cylindrical-coordinate representation of color #B25E2D: hue angle of 22.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B25E2D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 94 45 -
CMYK 0 0.47 0.75 0.30
HSL 22.11º 0.6% 0.44% -
HSV(B) 22.11º 0.75% 0.7% -
XYZ 22.84 17.66 4.69 -
YUV 113.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 178 94 45 0 0.47 0.75 0.30 22.11 0.6 0.44
Hex B2 5E 2D 0 2F 4B 1E 16 3C 2C
Octal 262 136 55 0 57 113 36 26 74 54
Binary 10110010 1011110 101101 0 101111 1001011 11110 10110 111100 101100

Color Harmonies of #B25E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E2D

Black with #B25E2D

Text Example


Text Example

White with #B25E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E2D; }

 p { color: rgb(178,94,45); }

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

background-color css

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

 a { background-color: rgb(178,94,45); }

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

border-color css

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

 span { border-color: rgb(178,94,45); }

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