Html Css Color HEX #B0502F Red Stage

📋 copy color: '#B0502F'

red 176 ◦ green 80 ◦ blue 47

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

Shades of Red Stage #B0502F

Tints of Red Stage #B0502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 58.09%
G = 26.4%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0502F (or 0xB0502F) is known color: Red Stage. HEX triplet: B0, 50 and 2F. RGB value is (176,80,47). Sum of RGB (Red+Green+Blue) = 176+80+47=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0502F is #4FAFD0. Grayscale: #696969. Windows color (decimal): -5222353 or 3100848. OLE color: 3100848.

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

Color convert

RGB 176 80 47 -
CMYK 0 0.55 0.73 0.31
HSL 15.35º 0.58% 0.44% -
HSV(B) 15.35º 0.73% 0.69% -
XYZ 21.29 15.17 4.5 -
YUV 104.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 176 80 47 0 0.55 0.73 0.31 15.35 0.58 0.44
Hex B0 50 2F 0 37 49 1F F 3A 2C
Octal 260 120 57 0 67 111 37 17 72 54
Binary 10110000 1010000 101111 0 110111 1001001 11111 1111 111010 101100

Color Harmonies of #B0502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0502F

Black with #B0502F

Text Example


Text Example

White with #B0502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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