Html Css Color HEX #B25E2E Fiery Orange

📋 copy color: '#B25E2E'

red 178 ◦ green 94 ◦ blue 46

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

Shades of Fiery Orange #B25E2E

Tints of Fiery Orange #B25E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 55.97%
G = 29.56%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B25E2E (or 0xB25E2E) is known color: Fiery Orange. HEX triplet: B2, 5E and 2E. RGB value is (178,94,46). Sum of RGB (Red+Green+Blue) = 178+94+46=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E2E is #4DA1D1. Grayscale: #717171. Windows color (decimal): -5087698 or 3038898. OLE color: 3038898.

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

Color convert

RGB 178 94 46 -
CMYK 0 0.47 0.74 0.30
HSL 21.82º 0.59% 0.44% -
HSV(B) 21.82º 0.74% 0.7% -
XYZ 22.86 17.67 4.79 -
YUV 113.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 178 94 46 0 0.47 0.74 0.30 21.82 0.59 0.44
Hex B2 5E 2E 0 2F 4A 1E 16 3B 2C
Octal 262 136 56 0 57 112 36 26 73 54
Binary 10110010 1011110 101110 0 101111 1001010 11110 10110 111011 101100

Color Harmonies of #B25E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E2E

Black with #B25E2E

Text Example


Text Example

White with #B25E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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