Html Css Color HEX #B25525 Fiery Orange

📋 copy color: '#B25525'

red 178 ◦ green 85 ◦ blue 37

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

Shades of Fiery Orange #B25525

Tints of Fiery Orange #B25525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 59.33%
G = 28.33%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B25525 (or 0xB25525) is known color: Fiery Orange. HEX triplet: B2, 55 and 25. RGB value is (178,85,37). Sum of RGB (Red+Green+Blue) = 178+85+37=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B25525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25525 is #4DAADA. Grayscale: #6B6B6B. Windows color (decimal): -5090011 or 2446770. OLE color: 2446770.

HSL color Cylindrical-coordinate representation of color #B25525: hue angle of 20.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B25525 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 37 -
CMYK 0 0.52 0.79 0.30
HSL 20.43º 0.66% 0.42% -
HSV(B) 20.43º 0.79% 0.7% -
XYZ 21.94 16.1 3.7 -
YUV 107.34 88.31 178.4 -
System Red Green Blue C M Y K H S L
Decimal 178 85 37 0 0.52 0.79 0.30 20.43 0.66 0.42
Hex B2 55 25 0 34 4F 1E 14 42 2A
Octal 262 125 45 0 64 117 36 24 102 52
Binary 10110010 1010101 100101 0 110100 1001111 11110 10100 1000010 101010

Color Harmonies of #B25525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25525

Black with #B25525

Text Example


Text Example

White with #B25525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25525; }

 p { color: rgb(178,85,37); }

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

background-color css

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

 a { background-color: rgb(178,85,37); }

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

border-color css

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

 span { border-color: rgb(178,85,37); }

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