Html Css Color HEX #B25D2D Fiery Orange

📋 copy color: '#B25D2D'

red 178 ◦ green 93 ◦ blue 45

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

Shades of Fiery Orange #B25D2D

Tints of Fiery Orange #B25D2D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

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

R = 56.33%
G = 29.43%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B25D2D (or 0xB25D2D) is known color: Fiery Orange. HEX triplet: B2, 5D and 2D. RGB value is (178,93,45). Sum of RGB (Red+Green+Blue) = 178+93+45=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D2D is #4DA2D2. Grayscale: #717171. Windows color (decimal): -5087955 or 2973106. OLE color: 2973106.

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

Color convert

RGB 178 93 45 -
CMYK 0 0.48 0.75 0.30
HSL 21.65º 0.6% 0.44% -
HSV(B) 21.65º 0.75% 0.7% -
XYZ 22.75 17.48 4.66 -
YUV 112.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 178 93 45 0 0.48 0.75 0.30 21.65 0.6 0.44
Hex B2 5D 2D 0 30 4B 1E 16 3C 2C
Octal 262 135 55 0 60 113 36 26 74 54
Binary 10110010 1011101 101101 0 110000 1001011 11110 10110 111100 101100

Color Harmonies of #B25D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D2D

Black with #B25D2D

Text Example


Text Example

White with #B25D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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