Html Css Color HEX #B25E2F Fiery Orange

📋 copy color: '#B25E2F'

red 178 ◦ green 94 ◦ blue 47

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

Shades of Fiery Orange #B25E2F

Tints of Fiery Orange #B25E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 55.8%
G = 29.47%
B = 14.73%

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

#B25E2F (or 0xB25E2F) is known color: Fiery Orange. HEX triplet: B2, 5E and 2F. RGB value is (178,94,47). Sum of RGB (Red+Green+Blue) = 178+94+47=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E2F is #4DA1D0. Grayscale: #727272. Windows color (decimal): -5087697 or 3104434. OLE color: 3104434.

HSL color Cylindrical-coordinate representation of color #B25E2F: hue angle of 21.53º degrees, saturation: 0.58, 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 #B25E2F is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 94 47 -
CMYK 0 0.47 0.74 0.30
HSL 21.53º 0.58% 0.44% -
HSV(B) 21.53º 0.74% 0.7% -
XYZ 22.88 17.68 4.9 -
YUV 113.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 178 94 47 0 0.47 0.74 0.30 21.53 0.58 0.44
Hex B2 5E 2F 0 2F 4A 1E 16 3A 2C
Octal 262 136 57 0 57 112 36 26 72 54
Binary 10110010 1011110 101111 0 101111 1001010 11110 10110 111010 101100

Color Harmonies of #B25E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E2F

Black with #B25E2F

Text Example


Text Example

White with #B25E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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