Html Css Color HEX #B0502E Red Stage

📋 copy color: '#B0502E'

red 176 ◦ green 80 ◦ blue 46

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

Shades of Red Stage #B0502E

Tints of Red Stage #B0502E

RGB

 RED value IS 176 (69.14% from 255) = 58.28%

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

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

R = 58.28%
G = 26.49%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0502E (or 0xB0502E) is known color: Red Stage. HEX triplet: B0, 50 and 2E. RGB value is (176,80,46). Sum of RGB (Red+Green+Blue) = 176+80+46=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0502E is #4FAFD1. Grayscale: #696969. Windows color (decimal): -5222354 or 3035312. OLE color: 3035312.

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

Color convert

RGB 176 80 46 -
CMYK 0 0.55 0.74 0.31
HSL 15.69º 0.59% 0.44% -
HSV(B) 15.69º 0.74% 0.69% -
XYZ 21.27 15.16 4.39 -
YUV 104.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 176 80 46 0 0.55 0.74 0.31 15.69 0.59 0.44
Hex B0 50 2E 0 37 4A 1F 10 3B 2C
Octal 260 120 56 0 67 112 37 20 73 54
Binary 10110000 1010000 101110 0 110111 1001010 11111 10000 111011 101100

Color Harmonies of #B0502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0502E

Black with #B0502E

Text Example


Text Example

White with #B0502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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