Html Css Color HEX #B25A35 Fiery Orange

📋 copy color: '#B25A35'

red 178 ◦ green 90 ◦ blue 53

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

Shades of Fiery Orange #B25A35

Tints of Fiery Orange #B25A35

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.04%

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 55.45%
G = 28.04%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B25A35 (or 0xB25A35) is known color: Fiery Orange. HEX triplet: B2, 5A and 35. RGB value is (178,90,53). Sum of RGB (Red+Green+Blue) = 178+90+53=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A35 is #4DA5CA. Grayscale: #707070. Windows color (decimal): -5088715 or 3496626. OLE color: 3496626.

HSL color Cylindrical-coordinate representation of color #B25A35: hue angle of 17.76º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B25A35 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 90 53 -
CMYK 0 0.49 0.70 0.30
HSL 17.76º 0.54% 0.45% -
HSV(B) 17.76º 0.7% 0.7% -
XYZ 22.66 17.03 5.46 -
YUV 112.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 178 90 53 0 0.49 0.70 0.30 17.76 0.54 0.45
Hex B2 5A 35 0 31 46 1E 12 36 2D
Octal 262 132 65 0 61 106 36 22 66 55
Binary 10110010 1011010 110101 0 110001 1000110 11110 10010 110110 101101

Color Harmonies of #B25A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A35

Black with #B25A35

Text Example


Text Example

White with #B25A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A35; }

 p { color: rgb(178,90,53); }

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

background-color css

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

 a { background-color: rgb(178,90,53); }

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

border-color css

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

 span { border-color: rgb(178,90,53); }

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