Html Css Color HEX #B14C32 Red Stage

📋 copy color: '#B14C32'

red 177 ◦ green 76 ◦ blue 50

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

Shades of Red Stage #B14C32

Tints of Red Stage #B14C32

RGB

 RED value IS 177 (69.53% from 255) = 58.42%

 GREEN value IS 76 (30.08% from 255) = 25.08%

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 58.42%
G = 25.08%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B14C32 (or 0xB14C32) is known color: Red Stage. HEX triplet: B1, 4C and 32. RGB value is (177,76,50). Sum of RGB (Red+Green+Blue) = 177+76+50=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C32 is #4EB3CD. Grayscale: #676767. Windows color (decimal): -5157838 or 3296433. OLE color: 3296433.

HSL color Cylindrical-coordinate representation of color #B14C32: hue angle of 12.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14C32 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 76 50 -
CMYK 0 0.57 0.72 0.31
HSL 12.28º 0.56% 0.45% -
HSV(B) 12.28º 0.72% 0.69% -
XYZ 21.29 14.75 4.74 -
YUV 103.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 177 76 50 0 0.57 0.72 0.31 12.28 0.56 0.45
Hex B1 4C 32 0 39 48 1F C 38 2D
Octal 261 114 62 0 71 110 37 14 70 55
Binary 10110001 1001100 110010 0 111001 1001000 11111 1100 111000 101101

Color Harmonies of #B14C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C32

Black with #B14C32

Text Example


Text Example

White with #B14C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C32; }

 p { color: rgb(177,76,50); }

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

background-color css

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

 a { background-color: rgb(177,76,50); }

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

border-color css

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

 span { border-color: rgb(177,76,50); }

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