Html Css Color HEX #B14B33 Red Stage

📋 copy color: '#B14B33'

red 177 ◦ green 75 ◦ blue 51

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

Shades of Red Stage #B14B33

Tints of Red Stage #B14B33

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.75%

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 58.42%
G = 24.75%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B14B33 (or 0xB14B33) is known color: Red Stage. HEX triplet: B1, 4B and 33. RGB value is (177,75,51). Sum of RGB (Red+Green+Blue) = 177+75+51=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B33 is #4EB4CC. Grayscale: #666666. Windows color (decimal): -5158093 or 3361713. OLE color: 3361713.

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

Color convert

RGB 177 75 51 -
CMYK 0 0.58 0.71 0.31
HSL 11.43º 0.55% 0.45% -
HSV(B) 11.43º 0.71% 0.69% -
XYZ 21.25 14.62 4.83 -
YUV 102.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 177 75 51 0 0.58 0.71 0.31 11.43 0.55 0.45
Hex B1 4B 33 0 3A 47 1F B 37 2D
Octal 261 113 63 0 72 107 37 13 67 55
Binary 10110001 1001011 110011 0 111010 1000111 11111 1011 110111 101101

Color Harmonies of #B14B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B33

Black with #B14B33

Text Example


Text Example

White with #B14B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B33; }

 p { color: rgb(177,75,51); }

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

background-color css

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

 a { background-color: rgb(177,75,51); }

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

border-color css

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

 span { border-color: rgb(177,75,51); }

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