Html Css Color HEX #B25F2D Fiery Orange

📋 copy color: '#B25F2D'

red 178 ◦ green 95 ◦ blue 45

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

Shades of Fiery Orange #B25F2D

Tints of Fiery Orange #B25F2D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.87%

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

R = 55.97%
G = 29.87%
B = 14.15%

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

#B25F2D (or 0xB25F2D) is known color: Fiery Orange. HEX triplet: B2, 5F and 2D. RGB value is (178,95,45). Sum of RGB (Red+Green+Blue) = 178+95+45=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F2D is #4DA0D2. Grayscale: #727272. Windows color (decimal): -5087443 or 2973618. OLE color: 2973618.

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

Color convert

RGB 178 95 45 -
CMYK 0 0.47 0.75 0.30
HSL 22.56º 0.6% 0.44% -
HSV(B) 22.56º 0.75% 0.7% -
XYZ 22.93 17.84 4.72 -
YUV 114.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 178 95 45 0 0.47 0.75 0.30 22.56 0.6 0.44
Hex B2 5F 2D 0 2F 4B 1E 17 3C 2C
Octal 262 137 55 0 57 113 36 27 74 54
Binary 10110010 1011111 101101 0 101111 1001011 11110 10111 111100 101100

Color Harmonies of #B25F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25F2D

Black with #B25F2D

Text Example


Text Example

White with #B25F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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