Html Css Color HEX #B25432 Red Stage

📋 copy color: '#B25432'

red 178 ◦ green 84 ◦ blue 50

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

Shades of Red Stage #B25432

Tints of Red Stage #B25432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 57.05%
G = 26.92%
B = 16.03%

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

#B25432 (or 0xB25432) is known color: Red Stage. HEX triplet: B2, 54 and 32. RGB value is (178,84,50). Sum of RGB (Red+Green+Blue) = 178+84+50=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B25432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25432 is #4DABCD. Grayscale: #6C6C6C. Windows color (decimal): -5090254 or 3298482. OLE color: 3298482.

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

Color convert

RGB 178 84 50 -
CMYK 0 0.53 0.72 0.30
HSL 15.94º 0.56% 0.45% -
HSV(B) 15.94º 0.72% 0.7% -
XYZ 22.11 16.04 4.95 -
YUV 108.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 178 84 50 0 0.53 0.72 0.30 15.94 0.56 0.45
Hex B2 54 32 0 35 48 1E 10 38 2D
Octal 262 124 62 0 65 110 36 20 70 55
Binary 10110010 1010100 110010 0 110101 1001000 11110 10000 111000 101101

Color Harmonies of #B25432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25432

Black with #B25432

Text Example


Text Example

White with #B25432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25432; }

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

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

background-color css

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

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

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

border-color css

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

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

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