Html Css Color HEX #B2502D Red Stage

📋 copy color: '#B2502D'

red 178 ◦ green 80 ◦ blue 45

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

Shades of Red Stage #B2502D

Tints of Red Stage #B2502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 58.75%
G = 26.4%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2502D (or 0xB2502D) is known color: Red Stage. HEX triplet: B2, 50 and 2D. RGB value is (178,80,45). Sum of RGB (Red+Green+Blue) = 178+80+45=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2502D is #4DAFD2. Grayscale: #696969. Windows color (decimal): -5091283 or 2969778. OLE color: 2969778.

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

Color convert

RGB 178 80 45 -
CMYK 0 0.55 0.75 0.30
HSL 15.79º 0.6% 0.44% -
HSV(B) 15.79º 0.75% 0.7% -
XYZ 21.7 15.39 4.31 -
YUV 105.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 178 80 45 0 0.55 0.75 0.30 15.79 0.6 0.44
Hex B2 50 2D 0 37 4B 1E 10 3C 2C
Octal 262 120 55 0 67 113 36 20 74 54
Binary 10110010 1010000 101101 0 110111 1001011 11110 10000 111100 101100

Color Harmonies of #B2502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2502D

Black with #B2502D

Text Example


Text Example

White with #B2502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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