Html Css Color HEX #B25B2D Fiery Orange

📋 copy color: '#B25B2D'

red 178 ◦ green 91 ◦ blue 45

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

Shades of Fiery Orange #B25B2D

Tints of Fiery Orange #B25B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

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

R = 56.69%
G = 28.98%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B25B2D (or 0xB25B2D) is known color: Fiery Orange. HEX triplet: B2, 5B and 2D. RGB value is (178,91,45). Sum of RGB (Red+Green+Blue) = 178+91+45=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B2D is #4DA4D2. Grayscale: #707070. Windows color (decimal): -5088467 or 2972594. OLE color: 2972594.

HSL color Cylindrical-coordinate representation of color #B25B2D: hue angle of 20.75º 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 #B25B2D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 91 45 -
CMYK 0 0.49 0.75 0.30
HSL 20.75º 0.6% 0.44% -
HSV(B) 20.75º 0.75% 0.7% -
XYZ 22.57 17.14 4.6 -
YUV 111.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 178 91 45 0 0.49 0.75 0.30 20.75 0.6 0.44
Hex B2 5B 2D 0 31 4B 1E 15 3C 2C
Octal 262 133 55 0 61 113 36 25 74 54
Binary 10110010 1011011 101101 0 110001 1001011 11110 10101 111100 101100

Color Harmonies of #B25B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B2D

Black with #B25B2D

Text Example


Text Example

White with #B25B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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