Html Css Color HEX #B25131 Red Stage

📋 copy color: '#B25131'

red 178 ◦ green 81 ◦ blue 49

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

Shades of Red Stage #B25131

Tints of Red Stage #B25131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

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

R = 57.79%
G = 26.3%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B25131 (or 0xB25131) is known color: Red Stage. HEX triplet: B2, 51 and 31. RGB value is (178,81,49). Sum of RGB (Red+Green+Blue) = 178+81+49=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B25131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25131 is #4DAECE. Grayscale: #6A6A6A. Windows color (decimal): -5091023 or 3232178. OLE color: 3232178.

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

Color convert

RGB 178 81 49 -
CMYK 0 0.54 0.72 0.30
HSL 14.88º 0.57% 0.45% -
HSV(B) 14.88º 0.72% 0.7% -
XYZ 21.86 15.57 4.76 -
YUV 106.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 178 81 49 0 0.54 0.72 0.30 14.88 0.57 0.45
Hex B2 51 31 0 36 48 1E F 39 2D
Octal 262 121 61 0 66 110 36 17 71 55
Binary 10110010 1010001 110001 0 110110 1001000 11110 1111 111001 101101

Color Harmonies of #B25131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25131

Black with #B25131

Text Example


Text Example

White with #B25131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25131; }

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

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

background-color css

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

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

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

border-color css

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

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

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