Html Css Color HEX #B25331 Red Stage

📋 copy color: '#B25331'

red 178 ◦ green 83 ◦ blue 49

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

Shades of Red Stage #B25331

Tints of Red Stage #B25331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 57.42%
G = 26.77%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B25331 (or 0xB25331) is known color: Red Stage. HEX triplet: B2, 53 and 31. RGB value is (178,83,49). Sum of RGB (Red+Green+Blue) = 178+83+49=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B25331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25331 is #4DACCE. Grayscale: #6B6B6B. Windows color (decimal): -5090511 or 3232690. OLE color: 3232690.

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

Color convert

RGB 178 83 49 -
CMYK 0 0.53 0.72 0.30
HSL 15.81º 0.57% 0.45% -
HSV(B) 15.81º 0.72% 0.7% -
XYZ 22.01 15.87 4.81 -
YUV 107.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 178 83 49 0 0.53 0.72 0.30 15.81 0.57 0.45
Hex B2 53 31 0 35 48 1E 10 39 2D
Octal 262 123 61 0 65 110 36 20 71 55
Binary 10110010 1010011 110001 0 110101 1001000 11110 10000 111001 101101

Color Harmonies of #B25331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25331

Black with #B25331

Text Example


Text Example

White with #B25331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25331; }

 p { color: rgb(178,83,49); }

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

background-color css

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

 a { background-color: rgb(178,83,49); }

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

border-color css

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

 span { border-color: rgb(178,83,49); }

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