Html Css Color HEX #B0512E Red Stage

📋 copy color: '#B0512E'

red 176 ◦ green 81 ◦ blue 46

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

Shades of Red Stage #B0512E

Tints of Red Stage #B0512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 58.09%
G = 26.73%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0512E (or 0xB0512E) is known color: Red Stage. HEX triplet: B0, 51 and 2E. RGB value is (176,81,46). Sum of RGB (Red+Green+Blue) = 176+81+46=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0512E is #4FAED1. Grayscale: #696969. Windows color (decimal): -5222098 or 3035568. OLE color: 3035568.

HSL color Cylindrical-coordinate representation of color #B0512E: hue angle of 16.15º 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 #B0512E is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 46 -
CMYK 0 0.54 0.74 0.31
HSL 16.15º 0.59% 0.44% -
HSV(B) 16.15º 0.74% 0.69% -
XYZ 21.34 15.31 4.42 -
YUV 105.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 176 81 46 0 0.54 0.74 0.31 16.15 0.59 0.44
Hex B0 51 2E 0 36 4A 1F 10 3B 2C
Octal 260 121 56 0 66 112 37 20 73 54
Binary 10110000 1010001 101110 0 110110 1001010 11111 10000 111011 101100

Color Harmonies of #B0512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0512E

Black with #B0512E

Text Example


Text Example

White with #B0512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0512E; }

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

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

background-color css

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

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

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

border-color css

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

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

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