Html Css Color HEX #B2502E Red Stage

📋 copy color: '#B2502E'

red 178 ◦ green 80 ◦ blue 46

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

Shades of Red Stage #B2502E

Tints of Red Stage #B2502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 58.55%
G = 26.32%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2502E (or 0xB2502E) is known color: Red Stage. HEX triplet: B2, 50 and 2E. RGB value is (178,80,46). Sum of RGB (Red+Green+Blue) = 178+80+46=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2502E is #4DAFD1. Grayscale: #696969. Windows color (decimal): -5091282 or 3035314. OLE color: 3035314.

HSL color Cylindrical-coordinate representation of color #B2502E: hue angle of 15.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2502E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 46 -
CMYK 0 0.55 0.74 0.30
HSL 15.45º 0.59% 0.44% -
HSV(B) 15.45º 0.74% 0.7% -
XYZ 21.72 15.4 4.41 -
YUV 105.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 178 80 46 0 0.55 0.74 0.30 15.45 0.59 0.44
Hex B2 50 2E 0 37 4A 1E F 3B 2C
Octal 262 120 56 0 67 112 36 17 73 54
Binary 10110010 1010000 101110 0 110111 1001010 11110 1111 111011 101100

Color Harmonies of #B2502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2502E

Black with #B2502E

Text Example


Text Example

White with #B2502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2502E; }

 p { color: rgb(178,80,46); }

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

background-color css

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

 a { background-color: rgb(178,80,46); }

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

border-color css

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

 span { border-color: rgb(178,80,46); }

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