Html Css Color HEX #B25232 Red Stage

📋 copy color: '#B25232'

red 178 ◦ green 82 ◦ blue 50

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

Shades of Red Stage #B25232

Tints of Red Stage #B25232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 57.42%
G = 26.45%
B = 16.13%

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

#B25232 (or 0xB25232) is known color: Red Stage. HEX triplet: B2, 52 and 32. RGB value is (178,82,50). Sum of RGB (Red+Green+Blue) = 178+82+50=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B25232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25232 is #4DADCD. Grayscale: #6B6B6B. Windows color (decimal): -5090766 or 3297970. OLE color: 3297970.

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

Color convert

RGB 178 82 50 -
CMYK 0 0.54 0.72 0.30
HSL 15º 0.56% 0.45% -
HSV(B) 15º 0.72% 0.7% -
XYZ 21.95 15.73 4.9 -
YUV 107.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 178 82 50 0 0.54 0.72 0.30 15 0.56 0.45
Hex B2 52 32 0 36 48 1E F 38 2D
Octal 262 122 62 0 66 110 36 17 70 55
Binary 10110010 1010010 110010 0 110110 1001000 11110 1111 111000 101101

Color Harmonies of #B25232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25232

Black with #B25232

Text Example


Text Example

White with #B25232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25232; }

 p { color: rgb(178,82,50); }

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

background-color css

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

 a { background-color: rgb(178,82,50); }

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

border-color css

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

 span { border-color: rgb(178,82,50); }

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